diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-05-15 17:46:44 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-05-15 17:46:44 +0000 |
commit | 6e64ccafe4a00aac831b0a1f815637da7b6c3ba3 (patch) | |
tree | b15e3daaa7f1838a9ada4766baf5de81a28411d6 /dev-php/phing/phing-2.4.9.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-6e64ccafe4a00aac831b0a1f815637da7b6c3ba3.tar.gz gentoo-2-6e64ccafe4a00aac831b0a1f815637da7b6c3ba3.tar.bz2 gentoo-2-6e64ccafe4a00aac831b0a1f815637da7b6c3ba3.zip |
Fix phing dependency on php's xsl extension
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/phing/phing-2.4.9.ebuild')
-rw-r--r-- | dev-php/phing/phing-2.4.9.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-php/phing/phing-2.4.9.ebuild b/dev-php/phing/phing-2.4.9.ebuild index 8e33846d39ab..f8612884e545 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 +# Copyright 1999-2013 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.2 2012/07/03 14:48:05 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.3 2013/05/15 17:46:44 olemarkus Exp $ EAPI="4" inherit php-pear-lib-r1 eutils @@ -21,8 +21,7 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0 >=dev-php/phpunit-3.2.0 >=dev-php/xdebug-2.0.0 >=dev-php/simpletest-1.0.1_beta2 ) - >=dev-lang/php-5.0.2[xml,xsl] - || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 ) + dev-lang/php[xml,xslt] " S=${WORKDIR}/${PN}-${PV/_/} |