dev-ruby/pg: fix slot warnings
authorHans de Graaff <graaff@gentoo.org>
Sun, 5 Jun 2016 07:47:38 +0000 (09:47 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 5 Jun 2016 07:59:47 +0000 (09:59 +0200)
Package-Manager: portage-2.2.28

dev-ruby/pg/pg-0.17.1-r1.ebuild
dev-ruby/pg/pg-0.18.4.ebuild

index c9bf070fe70c33c36c8a5cb0c672968dfb660f6b..f20169a314df0d206aa4c08a458caa3cef2b6f32 100644 (file)
@@ -22,7 +22,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linu
 IUSE=""
 
 RDEPEND="${RDEPEND}
-       dev-db/postgresql"
+       dev-db/postgresql:*"
 DEPEND="${DEPEND}
        dev-db/postgresql
        test? ( dev-db/postgresql[server,threads] )"
index f78c1920636281e8811190659ea60a77f99235e1..dd8c1427b809597c30074bd2548329a12aca532b 100644 (file)
@@ -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] )"