diff options
Diffstat (limited to 'virtual/postgresql-base/postgresql-base-8.0.ebuild')
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/postgresql-base/postgresql-base-8.0.ebuild b/virtual/postgresql-base/postgresql-base-8.0.ebuild index 490ce0ddfff6..3def68ae504d 100644 --- a/virtual/postgresql-base/postgresql-base-8.0.ebuild +++ b/virtual/postgresql-base/postgresql-base-8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.0.ebuild,v 1.1 2008/04/15 09:41:07 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.0.ebuild,v 1.2 2008/05/19 07:15:47 dev-zero Exp $ EAPI="1" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="as-is" SLOT="${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )" |