From 7453015c2676b65b6fcb5fc99d47065b9900f36f Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 5 Jun 2016 09:47:38 +0200 Subject: dev-ruby/pg: fix slot warnings Package-Manager: portage-2.2.28 --- dev-ruby/pg/pg-0.18.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ruby/pg/pg-0.18.4.ebuild') diff --git a/dev-ruby/pg/pg-0.18.4.ebuild b/dev-ruby/pg/pg-0.18.4.ebuild index f78c19206362..dd8c1427b809 100644 --- a/dev-ruby/pg/pg-0.18.4.ebuild +++ b/dev-ruby/pg/pg-0.18.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND+=" dev-db/postgresql" +RDEPEND+=" dev-db/postgresql:*" DEPEND+=" dev-db/postgresql test? ( >=dev-db/postgresql-9.4[server,threads] )" -- cgit v1.2.3-65-gdbad