diff options
Diffstat (limited to 'dev-php5/ezc-Translation')
-rw-r--r-- | dev-php5/ezc-Translation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-Translation/ezc-Translation-1.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-Translation/ChangeLog b/dev-php5/ezc-Translation/ChangeLog index d7bd17dfc099..7b84f0029d3b 100644 --- a/dev-php5/ezc-Translation/ChangeLog +++ b/dev-php5/ezc-Translation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-Translation # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ChangeLog,v 1.10 2006/11/20 15:43:36 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ChangeLog,v 1.11 2006/11/25 22:21:22 kloeri Exp $ + + 25 Nov 2006; Bryan Ăstergaard <kloeri@gentoo.org> + ezc-Translation-1.1.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. *ezc-Translation-1.1.2 (20 Nov 2006) diff --git a/dev-php5/ezc-Translation/ezc-Translation-1.1.2.ebuild b/dev-php5/ezc-Translation/ezc-Translation-1.1.2.ebuild index 92687f958d04..fd1b005f4b54 100644 --- a/dev-php5/ezc-Translation/ezc-Translation-1.1.2.ebuild +++ b/dev-php5/ezc-Translation/ezc-Translation-1.1.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-Translation/ezc-Translation-1.1.2.ebuild,v 1.1 2006/11/20 15:43:36 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Translation/ezc-Translation-1.1.2.ebuild,v 1.2 2006/11/25 22:21:22 kloeri Exp $ inherit php-ezc DESCRIPTION="This eZ component handles XML translation definitions (the Qt Linguist format)." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |