diff options
author | 2010-05-03 17:44:52 +0000 | |
---|---|---|
committer | 2010-05-03 17:44:52 +0000 | |
commit | 9b9d5c72fc18eb80fbf7f2eac6f3c28afcbdb042 (patch) | |
tree | 2868a014425cfa6ee82ec6db510e00b24941d730 /dev-db/phppgadmin/phppgadmin-9999.ebuild | |
parent | Leave to maintainer-needed, without bugs (diff) | |
download | gentoo-2-9b9d5c72fc18eb80fbf7f2eac6f3c28afcbdb042.tar.gz gentoo-2-9b9d5c72fc18eb80fbf7f2eac6f3c28afcbdb042.tar.bz2 gentoo-2-9b9d5c72fc18eb80fbf7f2eac6f3c28afcbdb042.zip |
Remove spurious inherit, update live ebuild
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/phppgadmin/phppgadmin-9999.ebuild')
-rw-r--r-- | dev-db/phppgadmin/phppgadmin-9999.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-db/phppgadmin/phppgadmin-9999.ebuild b/dev-db/phppgadmin/phppgadmin-9999.ebuild index b6706adcef96..e0395275b456 100644 --- a/dev-db/phppgadmin/phppgadmin-9999.ebuild +++ b/dev-db/phppgadmin/phppgadmin-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.1 2010/02/21 17:38:21 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.2 2010/05/03 17:44:52 reavertm Exp $ EAPI="2" -inherit webapp depend.php git +inherit webapp git DESCRIPTION="Web-based administration for Postgres database in php" HOMEPAGE="http://phppgadmin.sourceforge.net/" @@ -14,11 +14,16 @@ LICENSE="GPL-2" KEYWORDS="" IUSE="" -need_php +RDEPEND=" + || ( + <dev-lang/php-5.3[pcre] + >=dev-lang/php-5.3 + ) + dev-lang/php[postgres,session] +" pkg_setup() { webapp_pkg_setup - require_php_with_use pcre postgres session } src_install() { |