diff options
Diffstat (limited to 'dev-db/postgresql/postgresql-7.3.2.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-7.3.2.ebuild b/dev-db/postgresql/postgresql-7.3.2.ebuild index 16c7c32d0d31..237354d48edf 100644 --- a/dev-db/postgresql/postgresql-7.3.2.ebuild +++ b/dev-db/postgresql/postgresql-7.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.2.ebuild,v 1.5 2003/03/17 03:51:55 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.2.ebuild,v 1.6 2003/03/23 18:03:39 nakano Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.us.postgresql.org/source/v${PV}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="ssl nls java python tcltk perl libg++" filter-flags -ffast-math |