From 46e9cbe83a260a0c1f73c637d170c08a61f248a3 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sun, 11 Oct 2009 09:00:42 +0000 Subject: 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) --- virtual/postgresql-base/postgresql-base-8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'virtual/postgresql-base/postgresql-base-8.1.ebuild') 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}* )" -- cgit v1.2.3-65-gdbad