diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:48:18 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:48:18 +0000 |
commit | 9584583335b6ab638e1b10b61759cdf0e210c14a (patch) | |
tree | d10e67f77d3211329e50bae0d955cd5d6fa7a325 /dev-php5/ezc-File | |
parent | Stable on x86, bug #156199. (diff) | |
download | historical-9584583335b6ab638e1b10b61759cdf0e210c14a.tar.gz historical-9584583335b6ab638e1b10b61759cdf0e210c14a.tar.bz2 historical-9584583335b6ab638e1b10b61759cdf0e210c14a.zip |
Add ~alpha + ~ia64 keywords, bug 134717.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'dev-php5/ezc-File')
-rw-r--r-- | dev-php5/ezc-File/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/ezc-File/ezc-File-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/ezc-File/ChangeLog b/dev-php5/ezc-File/ChangeLog index 107dd1fe1705..c326dc9c4ec3 100644 --- a/dev-php5/ezc-File/ChangeLog +++ b/dev-php5/ezc-File/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-File # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ChangeLog,v 1.6 2006/10/09 07:18:25 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ChangeLog,v 1.7 2006/11/25 22:44:12 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-File-1.0.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. *ezc-File-1.0.1 (09 Oct 2006) diff --git a/dev-php5/ezc-File/ezc-File-1.0.1.ebuild b/dev-php5/ezc-File/ezc-File-1.0.1.ebuild index 1ccbb38717b5..f3866e4b2d2b 100644 --- a/dev-php5/ezc-File/ezc-File-1.0.1.ebuild +++ b/dev-php5/ezc-File/ezc-File-1.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ezc-File-1.0.1.ebuild,v 1.1 2006/10/09 07:18:25 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-File/ezc-File-1.0.1.ebuild,v 1.2 2006/11/25 22:44:12 kloeri Exp $ inherit php-ezc DESCRIPTION="This eZ component provides support for file operations which are not covered by PHP or are just missing." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" IUSE="" |