diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 02:54:22 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 02:54:22 +0000 |
commit | 72e3b2f510432926f194fed5205c3afc3f33084f (patch) | |
tree | fbdb78343e5a470fbcd9d79622fb33ae66e1c0ce /dev-php5/phing | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-72e3b2f510432926f194fed5205c3afc3f33084f.tar.gz gentoo-2-72e3b2f510432926f194fed5205c3afc3f33084f.tar.bz2 gentoo-2-72e3b2f510432926f194fed5205c3afc3f33084f.zip |
Fix DEPs.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php5/phing')
-rw-r--r-- | dev-php5/phing/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/phing/phing-2.2.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-php5/phing/ChangeLog b/dev-php5/phing/ChangeLog index aff0cc0d36b8..e2f0a0f39c72 100644 --- a/dev-php5/phing/ChangeLog +++ b/dev-php5/phing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/phing # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.8 2007/03/18 01:08:26 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.9 2007/03/18 02:54:22 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phing-2.2.0.ebuild: + Fix DEPs. 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phing-2.2.0.ebuild: Cleanup. diff --git a/dev-php5/phing/phing-2.2.0.ebuild b/dev-php5/phing/phing-2.2.0.ebuild index afce96f4889d..29a7cb011375 100644 --- a/dev-php5/phing/phing-2.2.0.ebuild +++ b/dev-php5/phing/phing-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.3 2007/03/18 01:08:26 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.4 2007/03/18 02:54:22 chtekk Exp $ inherit php-pear-lib-r1 @@ -13,6 +13,9 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="" +DEPEND="" +RDEPEND="" + need_php_by_category pkg_setup() { |