diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-24 01:59:14 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-24 01:59:14 +0000 |
commit | a17fb97c0f285693156afe07a01e97a1fb9ed420 (patch) | |
tree | 3eb9d9b22b731426acd08500032c622a90815eaa /dev-php5/ezc-Configuration | |
parent | Added ~sparc keyword wrt bug #134717. (diff) | |
download | gentoo-2-a17fb97c0f285693156afe07a01e97a1fb9ed420.tar.gz gentoo-2-a17fb97c0f285693156afe07a01e97a1fb9ed420.tar.bz2 gentoo-2-a17fb97c0f285693156afe07a01e97a1fb9ed420.zip |
Added ~sparc keyword wrt bug #134717.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'dev-php5/ezc-Configuration')
-rw-r--r-- | dev-php5/ezc-Configuration/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-Configuration/ezc-Configuration-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-Configuration/ChangeLog b/dev-php5/ezc-Configuration/ChangeLog index ef26590ddae3..661773a2966d 100644 --- a/dev-php5/ezc-Configuration/ChangeLog +++ b/dev-php5/ezc-Configuration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-Configuration # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Configuration/ChangeLog,v 1.9 2006/07/12 07:53:57 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Configuration/ChangeLog,v 1.10 2006/08/24 01:59:14 weeve Exp $ + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-Configuration-1.0.2.ebuild: + Added ~sparc keyword wrt bug #134717. 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> ezc-Configuration-1.0.1.ebuild, ezc-Configuration-1.0.2.ebuild: diff --git a/dev-php5/ezc-Configuration/ezc-Configuration-1.0.2.ebuild b/dev-php5/ezc-Configuration/ezc-Configuration-1.0.2.ebuild index ce7a7fa33b34..4cc70a4fcaf6 100644 --- a/dev-php5/ezc-Configuration/ezc-Configuration-1.0.2.ebuild +++ b/dev-php5/ezc-Configuration/ezc-Configuration-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-Configuration/ezc-Configuration-1.0.2.ebuild,v 1.2 2006/07/12 07:53:57 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Configuration/ezc-Configuration-1.0.2.ebuild,v 1.3 2006/08/24 01:59:14 weeve Exp $ inherit php-ezc DESCRIPTION="This eZ component allows you to use configuration files in different formats." SLOT="0" -KEYWORDS="~ppc ~ppc64 ~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |