diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-08-19 21:00:19 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-08-19 21:00:19 +0000 |
commit | 15dd3e50631a67bbcc634026842042388663a239 (patch) | |
tree | 93d4092e887c09a73e18c170b666f73d61adf5a5 /dev-lang | |
parent | Added this hack to allow for using the French 0.50 dictionary with aspell-0.6... (diff) | |
download | gentoo-2-15dd3e50631a67bbcc634026842042388663a239.tar.gz gentoo-2-15dd3e50631a67bbcc634026842042388663a239.tar.bz2 gentoo-2-15dd3e50631a67bbcc634026842042388663a239.zip |
Stable for HPPA (bug #189172).
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-4.4.8_pre20070816.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index e3e7e05892a0..d70033022ec8 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.186 2007/08/18 13:11:23 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.187 2007/08/19 21:00:19 jer Exp $ + + 19 Aug 2007; Jeroen Roovers <jer@gentoo.org> php-4.4.8_pre20070816.ebuild: + Stable for HPPA (bug #189172). *php-4.4.8_pre20070816 (18 Aug 2007) diff --git a/dev-lang/php/php-4.4.8_pre20070816.ebuild b/dev-lang/php/php-4.4.8_pre20070816.ebuild index 1c6037602712..f078f059522f 100644 --- a/dev-lang/php/php-4.4.8_pre20070816.ebuild +++ b/dev-lang/php/php-4.4.8_pre20070816.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.8_pre20070816.ebuild,v 1.1 2007/08/18 13:11:23 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.8_pre20070816.ebuild,v 1.2 2007/08/19 21:00:19 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 |