diff options
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index 8b83fa50b0ed..42a674d9eee5 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.61 2011/01/04 08:41:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.62 2011/01/04 15:22:00 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + suhosin-0.9.32.1-r2.ebuild: + Stable on amd64 wrt bug #349659 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> suhosin-0.9.32.1-r2.ebuild: diff --git a/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild b/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild index 4ce5fab93ad1..ec30f7264426 100644 --- a/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.32.1-r2.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-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.5 2011/01/04 08:41:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.6 2011/01/04 15:22:00 hwoarang Exp $ EAPI="2" @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r2 -KEYWORDS="alpha ~amd64 hppa ~ppc64 x86" +KEYWORDS="alpha amd64 hppa ~ppc64 x86" DESCRIPTION="Suhosin is an advanced protection system for PHP installations." HOMEPAGE="http://www.suhosin.org/" |