diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-10-06 22:37:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-10-06 22:37:04 +0000 |
commit | 39f8cfc46702690ef8aa014b7c1703db512cda01 (patch) | |
tree | 980d9b08525c1e43be241a762252aeaad162fbd5 | |
parent | Fix use flags ( fixes bug 287971 ) (diff) | |
download | gentoo-2-39f8cfc46702690ef8aa014b7c1703db512cda01.tar.gz gentoo-2-39f8cfc46702690ef8aa014b7c1703db512cda01.tar.bz2 gentoo-2-39f8cfc46702690ef8aa014b7c1703db512cda01.zip |
stable x86, bug 276583
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | dev-php5/suhosin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/suhosin/suhosin-0.9.29.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/suhosin/ChangeLog b/dev-php5/suhosin/ChangeLog index 5feda2c24f8c..519d735cf5fb 100644 --- a/dev-php5/suhosin/ChangeLog +++ b/dev-php5/suhosin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/suhosin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.43 2009/09/11 09:20:59 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.44 2009/10/06 22:37:04 fauli Exp $ + + 06 Oct 2009; Christian Faulhammer <fauli@gentoo.org> + suhosin-0.9.29.ebuild: + stable x86, bug 276583 *suhosin-0.9.29 (11 Sep 2009) diff --git a/dev-php5/suhosin/suhosin-0.9.29.ebuild b/dev-php5/suhosin/suhosin-0.9.29.ebuild index 3ad08bc19464..4c05564303f2 100644 --- a/dev-php5/suhosin/suhosin-0.9.29.ebuild +++ b/dev-php5/suhosin/suhosin-0.9.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.1 2009/09/11 09:20:59 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.2 2009/10/06 22:37:04 fauli Exp $ PHP_EXT_NAME="suhosin" PHP_EXT_INI="yes" @@ -8,7 +8,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/" |