diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-06-23 06:09:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-06-23 06:09:17 +0000 |
commit | bcda4ff713c731e6a94fcc9ab7dc6bcd3d70068a (patch) | |
tree | e9b3fd9d956798fe30ee02752678ac0f3da41531 /dev-lang/php/php-5.2.10.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-bcda4ff713c731e6a94fcc9ab7dc6bcd3d70068a.tar.gz gentoo-2-bcda4ff713c731e6a94fcc9ab7dc6bcd3d70068a.tar.bz2 gentoo-2-bcda4ff713c731e6a94fcc9ab7dc6bcd3d70068a.zip |
Stable for HPPA (bug #274670).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-lang/php/php-5.2.10.ebuild')
-rw-r--r-- | dev-lang/php/php-5.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.2.10.ebuild b/dev-lang/php/php-5.2.10.ebuild index ab83022df477..77ed760d4dff 100644 --- a/dev-lang/php/php-5.2.10.ebuild +++ b/dev-lang/php/php-5.2.10.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.1 2009/06/19 14:40:22 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.2 2009/06/23 06:09:17 jer Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" IUSE="cli cgi ${CGI_SAPI_USE} ${APACHE2_SAPI_USE} fastbuild" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |