diff options
author | 2016-06-05 09:47:38 +0200 | |
---|---|---|
committer | 2016-06-05 09:59:47 +0200 | |
commit | 7453015c2676b65b6fcb5fc99d47065b9900f36f (patch) | |
tree | dbb57ee454066dbc6482f5f16b5b3b6e79e269f4 | |
parent | dev-ruby/pg: cleanup (diff) | |
download | gentoo-7453015c2676b65b6fcb5fc99d47065b9900f36f.tar.gz gentoo-7453015c2676b65b6fcb5fc99d47065b9900f36f.tar.bz2 gentoo-7453015c2676b65b6fcb5fc99d47065b9900f36f.zip |
dev-ruby/pg: fix slot warnings
Package-Manager: portage-2.2.28
-rw-r--r-- | dev-ruby/pg/pg-0.17.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/pg/pg-0.18.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/pg/pg-0.17.1-r1.ebuild b/dev-ruby/pg/pg-0.17.1-r1.ebuild index c9bf070fe70c..f20169a314df 100644 --- a/dev-ruby/pg/pg-0.17.1-r1.ebuild +++ b/dev-ruby/pg/pg-0.17.1-r1.ebuild @@ -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] )" 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] )" |