diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:43:16 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:43:16 +0000 |
commit | 7b121bbc186ffb044255d0220187ab21407e7f0d (patch) | |
tree | 12bc81a6428d83f1bd5112d47337ebe3957d865d /dev-php5/ezc-SystemInformation | |
parent | Stable on x86, bug #156199. (diff) | |
download | gentoo-2-7b121bbc186ffb044255d0220187ab21407e7f0d.tar.gz gentoo-2-7b121bbc186ffb044255d0220187ab21407e7f0d.tar.bz2 gentoo-2-7b121bbc186ffb044255d0220187ab21407e7f0d.zip |
Add ~alpha + ~ia64 keywords, bug 134717.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-php5/ezc-SystemInformation')
-rw-r--r-- | dev-php5/ezc-SystemInformation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-SystemInformation/ChangeLog b/dev-php5/ezc-SystemInformation/ChangeLog index 760651f4ba52..3f8323ce6395 100644 --- a/dev-php5/ezc-SystemInformation/ChangeLog +++ b/dev-php5/ezc-SystemInformation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-SystemInformation # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.7 2006/11/20 15:43:11 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.8 2006/11/25 22:43:16 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-SystemInformation-1.0.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. *ezc-SystemInformation-1.0.2 (20 Nov 2006) diff --git a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.2.ebuild b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.2.ebuild index f7103bcb4966..f09f3cbe61a5 100644 --- a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.2.ebuild +++ b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.2.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-SystemInformation/ezc-SystemInformation-1.0.2.ebuild,v 1.1 2006/11/20 15:43:11 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.2.ebuild,v 1.2 2006/11/25 22:43:16 kloeri Exp $ inherit php-ezc DESCRIPTION="This eZ component provides access to common system variables, such as CPU type and speed, and the available amount of memory." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" IUSE="" |