diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-10 11:04:12 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-10 11:04:12 +0000 |
commit | 1e96b26e27fa50405841d2c1786eeb4fecc73bf5 (patch) | |
tree | 96280af8e20c776747f7496dca96a4395d695771 /dev-php/phing | |
parent | Mark 0.9.1 stable on alpha (diff) | |
download | gentoo-2-1e96b26e27fa50405841d2c1786eeb4fecc73bf5.tar.gz gentoo-2-1e96b26e27fa50405841d2c1786eeb4fecc73bf5.tar.bz2 gentoo-2-1e96b26e27fa50405841d2c1786eeb4fecc73bf5.zip |
Fix (R)DEPEND, KEYWORDS.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/phing')
-rw-r--r-- | dev-php/phing/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phing/phing-2.1.0.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog index 2e8ee4c974ef..a1aee157b551 100644 --- a/dev-php/phing/ChangeLog +++ b/dev-php/phing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phing # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.2 2005/07/14 04:40:38 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.3 2005/09/10 11:04:12 sebastian Exp $ + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> phing-2.1.0.ebuild: + Fix (R)DEPEND, KEYWORDS. *phing-2.1.0 (14 Jul 2005) diff --git a/dev-php/phing/phing-2.1.0.ebuild b/dev-php/phing/phing-2.1.0.ebuild index bb37cb48ba4a..706d86bb989a 100644 --- a/dev-php/phing/phing-2.1.0.ebuild +++ b/dev-php/phing/phing-2.1.0.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.1.0.ebuild,v 1.1 2005/07/14 04:40:38 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.1.0.ebuild,v 1.2 2005/09/10 11:04:12 sebastian Exp $ -inherit php-pear +inherit php-pear depend.php DESCRIPTION="PHP project build system based on Apache Ant." HOMEPAGE="http://www.phing.info/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86" IUSE="" SRC_URI="http://phing.info/pear/phing-${PV}-pear.tgz" -RDEPEND=">=dev-php/php-5.0.0" + +need_php5 |