diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 02:57:17 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 02:57:17 +0000 |
commit | 33ef2075c708d526abfe508bdc734dc775a9098f (patch) | |
tree | 7e3b13e61399dba18f72014519ce6188979a58a0 /dev-db/postgresql/postgresql-7.2.1-r1.ebuild | |
parent | passes repoman (diff) | |
download | historical-33ef2075c708d526abfe508bdc734dc775a9098f.tar.gz historical-33ef2075c708d526abfe508bdc734dc775a9098f.tar.bz2 historical-33ef2075c708d526abfe508bdc734dc775a9098f.zip |
Fixes for repoman
Diffstat (limited to 'dev-db/postgresql/postgresql-7.2.1-r1.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-7.2.1-r1.ebuild b/dev-db/postgresql/postgresql-7.2.1-r1.ebuild index 564f4a1a142a..38faa73ab10d 100644 --- a/dev-db/postgresql/postgresql-7.2.1-r1.ebuild +++ b/dev-db/postgresql/postgresql-7.2.1-r1.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Geert Bevin <gbevin@theleaf.be> -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1-r1.ebuild,v 1.11 2002/07/16 19:48:44 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1-r1.ebuild,v 1.12 2002/07/23 02:57:16 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" HOMEPAGE="http://www.postgresql.org" LICENSE="POSTGRESQL" +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc sys-devel/autoconf |