summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-06-05 09:47:38 +0200
committerHans de Graaff <graaff@gentoo.org>2016-06-05 09:59:47 +0200
commit7453015c2676b65b6fcb5fc99d47065b9900f36f (patch)
treedbb57ee454066dbc6482f5f16b5b3b6e79e269f4 /dev-ruby/pg/pg-0.18.4.ebuild
parentdev-ruby/pg: cleanup (diff)
downloadgentoo-7453015c2676b65b6fcb5fc99d47065b9900f36f.tar.gz
gentoo-7453015c2676b65b6fcb5fc99d47065b9900f36f.tar.bz2
gentoo-7453015c2676b65b6fcb5fc99d47065b9900f36f.zip
dev-ruby/pg: fix slot warnings
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/pg/pg-0.18.4.ebuild')
-rw-r--r--dev-ruby/pg/pg-0.18.4.ebuild4
1 files changed, 2 insertions, 2 deletions
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] )"