diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-24 02:09:23 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-24 02:09:23 +0000 |
commit | 79d653982f3f35f42cc5ad04df0dd9ec6a4daac4 (patch) | |
tree | cb76fcc2cf1a50da9eee91e6e37c8d871780498c /dev-php5 | |
parent | Added ~sparc keyword wrt bug #134717. (diff) | |
download | gentoo-2-79d653982f3f35f42cc5ad04df0dd9ec6a4daac4.tar.gz gentoo-2-79d653982f3f35f42cc5ad04df0dd9ec6a4daac4.tar.bz2 gentoo-2-79d653982f3f35f42cc5ad04df0dd9ec6a4daac4.zip |
Added ~sparc keyword wrt bug #134717.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/ezc-SystemInformation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-SystemInformation/ChangeLog b/dev-php5/ezc-SystemInformation/ChangeLog index 5adfd0a1f394..dd7f9d86b477 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.2 2006/07/12 07:53:57 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.3 2006/08/24 02:09:23 weeve Exp $ + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-SystemInformation-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> ezc-SystemInformation-1.0.ebuild: diff --git a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.ebuild b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.ebuild index 26719c87a351..b34ce438bfae 100644 --- a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.ebuild +++ b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.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.ebuild,v 1.2 2006/07/12 07:53:57 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.ebuild,v 1.3 2006/08/24 02:09:23 weeve 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="~x86 ~amd64" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" |