diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-10-11 09:00:42 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-10-11 09:00:42 +0000 |
commit | 46e9cbe83a260a0c1f73c637d170c08a61f248a3 (patch) | |
tree | 96225fe3e015167f907be7d6647047434fab63eb /virtual/postgresql-base/postgresql-base-8.1.ebuild | |
parent | amd64 stable, bug #288324 (diff) | |
download | gentoo-2-46e9cbe83a260a0c1f73c637d170c08a61f248a3.tar.gz gentoo-2-46e9cbe83a260a0c1f73c637d170c08a61f248a3.tar.bz2 gentoo-2-46e9cbe83a260a0c1f73c637d170c08a61f248a3.zip |
Changing virtual order and dropping old pgsql for 8.3 and 8.4 to unconfuse package managers. Thanks to grobian for noticing.
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'virtual/postgresql-base/postgresql-base-8.1.ebuild')
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/postgresql-base/postgresql-base-8.1.ebuild b/virtual/postgresql-base/postgresql-base-8.1.ebuild index 71ed27fd2a39..b228ba2626a2 100644 --- a/virtual/postgresql-base/postgresql-base-8.1.ebuild +++ b/virtual/postgresql-base/postgresql-base-8.1.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.1.ebuild,v 1.7 2009/09/07 13:47:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.1.ebuild,v 1.8 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 ~sparc-fbsd ~x86-fbsd" IUSE="" -RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )" +RDEPEND="|| ( dev-db/postgresql-base:${SLOT} =dev-db/libpq-${PV}* )" |