diff options
author | 2007-03-05 18:58:30 +0000 | |
---|---|---|
committer | 2007-03-05 18:58:30 +0000 | |
commit | 75e96a716e8bda89a125086f10c752c18773cf46 (patch) | |
tree | 3bfc848e60709980c194027c206003ee27a7e4b4 | |
parent | fixes on ebuild and added ~amd64 (diff) | |
download | gentoo-2-75e96a716e8bda89a125086f10c752c18773cf46.tar.gz gentoo-2-75e96a716e8bda89a125086f10c752c18773cf46.tar.bz2 gentoo-2-75e96a716e8bda89a125086f10c752c18773cf46.zip |
Keyword on amd64 wrt bug #153911.
(Portage version: 2.1.2.1)
-rw-r--r-- | dev-php5/pecl-zip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-zip/pecl-zip-1.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-zip/ChangeLog b/dev-php5/pecl-zip/ChangeLog index d99b9a3dc8a6..38e557478c92 100644 --- a/dev-php5/pecl-zip/ChangeLog +++ b/dev-php5/pecl-zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-zip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/ChangeLog,v 1.21 2007/03/05 16:57:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/ChangeLog,v 1.22 2007/03/05 18:58:30 chtekk Exp $ + + 05 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-zip-1.8.6.ebuild: + Keyword on amd64 wrt bug #153911. 05 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-zip-1.8.6.ebuild: Fix bug #169443. diff --git a/dev-php5/pecl-zip/pecl-zip-1.8.6.ebuild b/dev-php5/pecl-zip/pecl-zip-1.8.6.ebuild index 754bd11ad6f7..54080fa6ce86 100644 --- a/dev-php5/pecl-zip/pecl-zip-1.8.6.ebuild +++ b/dev-php5/pecl-zip/pecl-zip-1.8.6.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-zip/pecl-zip-1.8.6.ebuild,v 1.2 2007/03/05 16:57:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-zip/pecl-zip-1.8.6.ebuild,v 1.3 2007/03/05 18:58:30 chtekk Exp $ PHP_EXT_NAME="zip" 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 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" DESCRIPTION="PHP zip management extension." LICENSE="PHP" |