diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:22:52 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:22:52 +0000 |
commit | 62a6487dde1c57eac99e7c2150c9fdffdf2fbdca (patch) | |
tree | 74c4b2c4243bc75bbd06a16face61bea8ade8e63 /dev-php5 | |
parent | Add ~alpha + ~ia64 keywords, bug 134717. (diff) | |
download | gentoo-2-62a6487dde1c57eac99e7c2150c9fdffdf2fbdca.tar.gz gentoo-2-62a6487dde1c57eac99e7c2150c9fdffdf2fbdca.tar.bz2 gentoo-2-62a6487dde1c57eac99e7c2150c9fdffdf2fbdca.zip |
Add ~alpha + ~ia64 keywords, bug 134717.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/ezc-TranslationCacheTiein/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.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 ab00dcc84ac6..434f6fa0bb82 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.8 2006/11/20 15:44:00 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ChangeLog,v 1.9 2006/11/25 22:22:52 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-TranslationCacheTiein-1.1.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. *ezc-TranslationCacheTiein-1.1.1 (20 Nov 2006) diff --git a/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.1.ebuild b/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.1.ebuild index cf54f89f3c20..554cf93dccc7 100644 --- a/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.1.ebuild +++ b/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.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.1.ebuild,v 1.1 2006/11/20 15:44:00 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.1.ebuild,v 1.2 2006/11/25 22:22:52 kloeri Exp $ inherit php-ezc DESCRIPTION="This eZ component adds the TranslationCache backend to the Translation component." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="${RDEPEND} dev-php5/ezc-Cache |