summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-08-28 06:43:03 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-08-28 06:43:03 +0000
commit355aa67cfd0bbee7f5780b1a9418449d6a450aef (patch)
treee2ab3e0ef5c28178f5c40570d5a5ba98f240ab87 /dev-db
parentfixed mmx compilation issues for non-x86 (diff)
downloadhistorical-355aa67cfd0bbee7f5780b1a9418449d6a450aef.tar.gz
historical-355aa67cfd0bbee7f5780b1a9418449d6a450aef.tar.bz2
historical-355aa67cfd0bbee7f5780b1a9418449d6a450aef.zip
portage bug workaround
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/postgresql-7.2.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-7.2.2.ebuild b/dev-db/postgresql/postgresql-7.2.2.ebuild
index 0eedec7c8990..0fc23b0e8348 100644
--- a/dev-db/postgresql/postgresql-7.2.2.ebuild
+++ b/dev-db/postgresql/postgresql-7.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.2.ebuild,v 1.5 2002/08/27 04:57:26 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.2.ebuild,v 1.6 2002/08/28 06:43:03 blocke Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS"
@@ -19,9 +19,11 @@ DEPEND="virtual/glibc
tcltk? ( >=dev-lang/tcl-8 )
perl? ( >=sys-devel/perl-5.6.1-r2 )
python? ( >=dev-lang/python-2.2 )
- x86? ( java? ( =virtual/jdk-1.3* >=dev-java/ant-1.3 ) )
+ java? ( =virtual/jdk-1.3* >=dev-java/ant-1.3 )
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
nls? ( sys-devel/gettext )"
+# java dep workaround for portage bug
+# x86? ( java? ( =virtual/jdk-1.3* >=dev-java/ant-1.3 ) )
RDEPEND="virtual/glibc
>=sys-libs/zlib-1.1.3