diff options
Diffstat (limited to 'virtual/postgresql-base/postgresql-base-8.4.ebuild')
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/postgresql-base/postgresql-base-8.4.ebuild b/virtual/postgresql-base/postgresql-base-8.4.ebuild index 9cf5cf23fe29..d853fc74439c 100644 --- a/virtual/postgresql-base/postgresql-base-8.4.ebuild +++ b/virtual/postgresql-base/postgresql-base-8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v 1.3 2009/10/01 20:56:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v 1.4 2009/10/11 09:00:42 patrick Exp $ EAPI="1" @@ -13,4 +13,4 @@ SLOT="${PV}" KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )" +RDEPEND="dev-db/postgresql-base:${SLOT}" |