diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-03-25 16:13:04 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-03-25 16:13:04 +0000 |
commit | 9be51007f1a7637d968a324fa7870674fe29e02c (patch) | |
tree | 6c089d38f8633ab78c8a8a68b31c138198939f91 /app-admin/eselect-php | |
parent | Stable for x86, wrt bug #458984 (diff) | |
download | gentoo-2-9be51007f1a7637d968a324fa7870674fe29e02c.tar.gz gentoo-2-9be51007f1a7637d968a324fa7870674fe29e02c.tar.bz2 gentoo-2-9be51007f1a7637d968a324fa7870674fe29e02c.zip |
Remove hard blocker
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'app-admin/eselect-php')
-rw-r--r-- | app-admin/eselect-php/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect-php/eselect-php-0.7.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/eselect-php/ChangeLog b/app-admin/eselect-php/ChangeLog index fcac1d4f11a4..266ea202f39f 100644 --- a/app-admin/eselect-php/ChangeLog +++ b/app-admin/eselect-php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-php # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.39 2013/03/23 19:42:13 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.40 2013/03/25 16:13:04 olemarkus Exp $ + + 25 Mar 2013; Ole Markus With <olemarkus@gentoo.org> eselect-php-0.7.0.ebuild: + Remove hard blocker *eselect-php-0.7.0 (23 Mar 2013) diff --git a/app-admin/eselect-php/eselect-php-0.7.0.ebuild b/app-admin/eselect-php/eselect-php-0.7.0.ebuild index cd3b66f218e7..4b7b034192bc 100644 --- a/app-admin/eselect-php/eselect-php-0.7.0.ebuild +++ b/app-admin/eselect-php/eselect-php-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.0.ebuild,v 1.1 2013/03/23 19:42:13 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.0.ebuild,v 1.2 2013/03/25 16:13:04 olemarkus Exp $ EAPI=5 @@ -16,9 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="fpm apache2" DEPEND=">=app-admin/eselect-1.2.4 - !!<dev-lang/php-5.3.23-r1:5.3 - !!<dev-lang/php-5.4.13-r1:5.4 - !!<dev-lang/php-5.5.0_beta1-r2:5.5 + !<dev-lang/php-5.3.23-r1:5.3 + !<dev-lang/php-5.4.13-r1:5.4 + !<dev-lang/php-5.5.0_beta1-r2:5.5 " RDEPEND="${DEPEND}" |