commit: 7453015c2676b65b6fcb5fc99d47065b9900f36f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 07:47:38 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 07:59:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7453015c
dev-ruby/pg: fix slot warnings
Package-Manager: portage-2.2.28
dev-ruby/pg/pg-0.17.1-r1.ebuild | 2 +-
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 c9bf070..f20169a 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 f78c192..dd8c142 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] )"