diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:20:36 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:20:36 +0000 |
commit | 3ab0e7e3b1de6d76ad31b20b2868921712ba9e44 (patch) | |
tree | bafc0a7a09229407f6213b1c9b56fd430e98e1fd /dev-php5 | |
parent | Add ~alpha + ~ia64 keywords, bug 134717. (diff) | |
download | gentoo-2-3ab0e7e3b1de6d76ad31b20b2868921712ba9e44.tar.gz gentoo-2-3ab0e7e3b1de6d76ad31b20b2868921712ba9e44.tar.bz2 gentoo-2-3ab0e7e3b1de6d76ad31b20b2868921712ba9e44.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-Execution/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-Execution/ezc-Execution-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-Execution/ChangeLog b/dev-php5/ezc-Execution/ChangeLog index d4354333756d..1f3064623460 100644 --- a/dev-php5/ezc-Execution/ChangeLog +++ b/dev-php5/ezc-Execution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/ezc-Execution # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Execution/ChangeLog,v 1.8 2006/10/01 18:19:18 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Execution/ChangeLog,v 1.9 2006/11/25 22:20:36 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-Execution-1.0.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Execution-1.0.1.ebuild: Added ~hppa to KEYWORDS. diff --git a/dev-php5/ezc-Execution/ezc-Execution-1.0.1.ebuild b/dev-php5/ezc-Execution/ezc-Execution-1.0.1.ebuild index e7d3c1849f57..2a28638033b5 100644 --- a/dev-php5/ezc-Execution/ezc-Execution-1.0.1.ebuild +++ b/dev-php5/ezc-Execution/ezc-Execution-1.0.1.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-Execution/ezc-Execution-1.0.1.ebuild,v 1.2 2006/10/01 18:19:18 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Execution/ezc-Execution-1.0.1.ebuild,v 1.3 2006/11/25 22:20:36 kloeri Exp $ inherit php-ezc DESCRIPTION="This eZ component provides functionality to give feedback on fatal errors or uncaught exceptions." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |