summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-05 18:56:02 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-05 18:56:02 +0000
commit2f5e602e0d660d9103b8daf37432d84bddd02a43 (patch)
treee6f6f4c5f29e8dab9cd9d0c2343797ccd3dcb7f2 /dev-php5
parentx86 stable wrt bug 169475 (diff)
downloadgentoo-2-2f5e602e0d660d9103b8daf37432d84bddd02a43.tar.gz
gentoo-2-2f5e602e0d660d9103b8daf37432d84bddd02a43.tar.bz2
gentoo-2-2f5e602e0d660d9103b8daf37432d84bddd02a43.zip
Keyword on amd64 wrt bug #153911.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-filter/ChangeLog6
-rw-r--r--dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-filter/ChangeLog b/dev-php5/pecl-filter/ChangeLog
index c7b2db4f6191..49aa2d03c626 100644
--- a/dev-php5/pecl-filter/ChangeLog
+++ b/dev-php5/pecl-filter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-filter
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/ChangeLog,v 1.14 2007/03/05 02:00:14 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/ChangeLog,v 1.15 2007/03/05 18:56:02 chtekk Exp $
+
+ 05 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+ pecl-filter-0.11.0.ebuild:
+ Keyword on amd64 wrt bug #153911.
05 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
pecl-filter-0.11.0.ebuild:
diff --git a/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild b/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild
index a679f57fe7ef..c14b7d75c155 100644
--- a/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild
+++ b/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild,v 1.2 2007/03/05 02:00:14 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/pecl-filter-0.11.0.ebuild,v 1.3 2007/03/05 18:56:02 chtekk Exp $
PHP_EXT_NAME="filter"
PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
DESCRIPTION="Extension for safely dealing with input parameters."
LICENSE="PHP"