diff options
author | 2007-03-18 02:54:22 +0000 | |
---|---|---|
committer | 2007-03-18 02:54:22 +0000 | |
commit | 72e3b2f510432926f194fed5205c3afc3f33084f (patch) | |
tree | fbdb78343e5a470fbcd9d79622fb33ae66e1c0ce /dev-php5/phing/phing-2.2.0.ebuild | |
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/phing-2.2.0.ebuild')
-rw-r--r-- | dev-php5/phing/phing-2.2.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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() { |