diff options
author | Guy Martin <gmsoft@gentoo.org> | 2006-10-01 20:10:15 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2006-10-01 20:10:15 +0000 |
commit | 12a4550e900233c8efd15b152d352b2e40aef450 (patch) | |
tree | a289fe3fcac4a2d20b40aa8ddfbe3f1f92ac49d6 /dev-php5/ezc-TranslationCacheTiein | |
parent | Marked ~hppa (bug #143138). (diff) | |
download | gentoo-2-12a4550e900233c8efd15b152d352b2e40aef450.tar.gz gentoo-2-12a4550e900233c8efd15b152d352b2e40aef450.tar.bz2 gentoo-2-12a4550e900233c8efd15b152d352b2e40aef450.zip |
Added ~hppa to KEYWORDS.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'dev-php5/ezc-TranslationCacheTiein')
-rw-r--r-- | dev-php5/ezc-TranslationCacheTiein/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-TranslationCacheTiein/ChangeLog b/dev-php5/ezc-TranslationCacheTiein/ChangeLog index 3681f593f7ea..3c522db7c8e4 100644 --- a/dev-php5/ezc-TranslationCacheTiein/ChangeLog +++ b/dev-php5/ezc-TranslationCacheTiein/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-TranslationCacheTiein # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ChangeLog,v 1.6 2006/08/24 02:11:13 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ChangeLog,v 1.7 2006/10/01 20:10:15 gmsoft Exp $ + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-TranslationCacheTiein-1.1.ebuild: + Added ~hppa to KEYWORDS. 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-TranslationCacheTiein-1.1.ebuild: diff --git a/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild b/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild index 2fe1626f2010..3480127e4506 100644 --- a/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild +++ b/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild,v 1.3 2006/08/24 02:11:13 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.ebuild,v 1.4 2006/10/01 20:10:15 gmsoft Exp $ inherit php-ezc DESCRIPTION="This eZ component adds the TranslationCache backend to the Translation component." SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="${RDEPEND} dev-php5/ezc-Cache |