From: Hans de Graaff Date: Sun, 5 Jun 2016 07:47:38 +0000 (+0200) Subject: dev-ruby/pg: fix slot warnings X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7453015c2676b65b6fcb5fc99d47065b9900f36f;p=gentoo.git dev-ruby/pg: fix slot warnings Package-Manager: portage-2.2.28 --- 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] )"