diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-04 13:48:00 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-04 13:48:00 +0000 |
commit | aba59eee45e420817a241a36474bf2a543242e18 (patch) | |
tree | bf6b26b04780652c1485e807d7e04623f32a998f /dev-php5 | |
parent | fix bug #324823 (diff) | |
download | gentoo-2-aba59eee45e420817a241a36474bf2a543242e18.tar.gz gentoo-2-aba59eee45e420817a241a36474bf2a543242e18.tar.bz2 gentoo-2-aba59eee45e420817a241a36474bf2a543242e18.zip |
version bump (bug #324181)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index 3e84f85b6268..b0c5c3c07965 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.50 2010/06/22 17:00:41 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.51 2010/07/04 13:48:00 mabi Exp $ + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> suhosin-0.9.31.ebuild: + version bump (bug #324181) *suhosin-0.9.31 (22 Jun 2010) diff --git a/dev-php5/suhosin/suhosin-0.9.31.ebuild b/dev-php5/suhosin/suhosin-0.9.31.ebuild index 23d290f9fba3..c158a825429e 100644 --- a/dev-php5/suhosin/suhosin-0.9.31.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.31.ebuild,v 1.1 2010/06/22 17:00:41 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.31.ebuild,v 1.2 2010/07/04 13:48:00 mabi Exp $ EAPI="2" @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 -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" DESCRIPTION="Suhosin is an advanced protection system for PHP installations." HOMEPAGE="http://www.suhosin.org/" |