diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 03:09:43 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 03:09:43 +0000 |
commit | a1d67d41733a53bdb1b26bdc1f9b33ca043da083 (patch) | |
tree | 1a033ed1fc26d20b495916269d2478db8fb3d063 /dev-db/phppgadmin | |
parent | fixes for repoman (diff) | |
download | historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.tar.gz historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.tar.bz2 historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.zip |
fixes for repoman
Diffstat (limited to 'dev-db/phppgadmin')
-rw-r--r-- | dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild b/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild index 6dee1373cb91..541b39fdce7b 100644 --- a/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild +++ b/dev-db/phppgadmin/phppgadmin-2.4.1-r1.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/phppgadmin/phppgadmin-2.4.1-r1.ebuild,v 1.4 2002/07/23 03:08:12 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild,v 1.5 2002/07/23 03:09:43 rphillips Exp $ MY_PN=phpPgAdmin MY_PV="`echo ${PV} | sed -e 's:\.:-:g'`" @@ -10,8 +10,8 @@ DESCRIPTION="Web-based administration for Postgres database in php" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_${MY_PV}.tar.bz2" HOMEPAGE="http://phppgadmin.sourceforge.net/" LICENSE="GPL-2" -SLOT="0" KEYWORDS="x86" +SLOT="0" DEPEND=">=net-www/apache-1.3.24-r1 >=dev-db/postgresql-7.0.3-r3 >=dev-php/mod_php-4.1.2-r5" |