diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-07-03 14:48:05 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-07-03 14:48:05 +0000 |
commit | 9f4e25fd9e3be05c48af6a20a867e75a9b701e56 (patch) | |
tree | b4cfc8db2b54fe74b74f755f42c6d16c35693c16 /dev-php/phing/phing-2.4.9.ebuild | |
parent | depend.php function calls are superflous in this case (diff) | |
download | gentoo-2-9f4e25fd9e3be05c48af6a20a867e75a9b701e56.tar.gz gentoo-2-9f4e25fd9e3be05c48af6a20a867e75a9b701e56.tar.bz2 gentoo-2-9f4e25fd9e3be05c48af6a20a867e75a9b701e56.zip |
depend.php function calls are superflous in this case
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/phing/phing-2.4.9.ebuild')
-rw-r--r-- | dev-php/phing/phing-2.4.9.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-php/phing/phing-2.4.9.ebuild b/dev-php/phing/phing-2.4.9.ebuild index 5964c6feaa2c..8e33846d39ab 100644 --- a/dev-php/phing/phing-2.4.9.ebuild +++ b/dev-php/phing/phing-2.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.1 2012/02/02 15:41:47 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.2 2012/07/03 14:48:05 mabi Exp $ EAPI="4" inherit php-pear-lib-r1 eutils @@ -25,8 +25,6 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0 || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 ) " -need_php_by_category - S=${WORKDIR}/${PN}-${PV/_/} pkg_postinst() { |