diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-12-17 19:25:19 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-12-17 19:25:19 +0000 |
commit | fc4b4f0b324875ee6051af914e0208d5eee3f471 (patch) | |
tree | b5685cde0beee6c95423303add7945726c65ddea /dev-lang | |
parent | alpha/ia64/sparc stable wrt #393345 (diff) | |
download | gentoo-2-fc4b4f0b324875ee6051af914e0208d5eee3f471.tar.gz gentoo-2-fc4b4f0b324875ee6051af914e0208d5eee3f471.tar.bz2 gentoo-2-fc4b4f0b324875ee6051af914e0208d5eee3f471.zip |
Removed other REQUIRED_USE entries referencing USE flags not in IUSE
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.9_rc3.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 0bbe57a2e4f5..b479455b2be8 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.530 2011/12/17 19:08:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.531 2011/12/17 19:25:19 olemarkus Exp $ + + 17 Dec 2011; Ole Markus With <olemarkus@gentoo.org> php-5.3.9_rc3.ebuild: + Removed other REQUIRED_USE entries referencing USE flags not in IUSE 17 Dec 2011; Zac Medico <zmedico@gentoo.org> php-5.3.9_rc3.ebuild: Bug #394995 - Remove invalid birdstep? conditionals from RDEPEND and diff --git a/dev-lang/php/php-5.3.9_rc3.ebuild b/dev-lang/php/php-5.3.9_rc3.ebuild index 7288f8162b55..972ae6a942dc 100644 --- a/dev-lang/php/php-5.3.9_rc3.ebuild +++ b/dev-lang/php/php-5.3.9_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc3.ebuild,v 1.2 2011/12/17 19:08:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc3.ebuild,v 1.3 2011/12/17 19:25:19 olemarkus Exp $ EAPI=4 @@ -115,7 +115,6 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk DEPEND="!dev-lang/php:5 >=app-admin/eselect-php-0.6.2 >=dev-libs/libpcre-8.12[unicode] - adabas? ( >=dev-db/unixODBC-1.8.13 ) apache2? ( www-servers/apache[threads=] ) berkdb? ( =sys-libs/db-4* ) bzip2? ( app-arch/bzip2 ) @@ -127,11 +126,7 @@ DEPEND="!dev-lang/php:5 ) ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) - dbmaker? ( >=dev-db/unixODBC-1.8.13 ) - empress? ( >=dev-db/unixODBC-1.8.13 ) - empress-bcs? ( >=dev-db/unixODBC-1.8.13 ) enchant? ( app-text/enchant ) - esoob? ( >=dev-db/unixODBC-1.8.13 ) exif? ( !gd? ( virtual/jpeg media-libs/libpng |