diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-06-06 20:11:15 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-06-06 20:11:15 +0000 |
commit | d1a3631a49f0a5e11a51d4c2cb79364af59d85a5 (patch) | |
tree | ee32a99c3ebb0c160b88b470ad1f814a88b277e4 /dev-php5/ezc-Execution | |
parent | Version bump. Ebuild provided by Paul Bredbury <brebs@sent.com>. Closing bu... (diff) | |
download | gentoo-2-d1a3631a49f0a5e11a51d4c2cb79364af59d85a5.tar.gz gentoo-2-d1a3631a49f0a5e11a51d4c2cb79364af59d85a5.tar.bz2 gentoo-2-d1a3631a49f0a5e11a51d4c2cb79364af59d85a5.zip |
Added ~ppc, bug #134717
(Portage version: 2.1_rc4)
Diffstat (limited to 'dev-php5/ezc-Execution')
-rw-r--r-- | dev-php5/ezc-Execution/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/ezc-Execution/ezc-Execution-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/ezc-Execution/ChangeLog b/dev-php5/ezc-Execution/ChangeLog index cc9b54782cc3..7d8ed3e6c269 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.3 2006/05/30 11:10:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Execution/ChangeLog,v 1.4 2006/06/06 20:11:15 dertobi123 Exp $ + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Execution-1.0.ebuild: + Added ~ppc, bug #134717 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Execution-1.0.ebuild: Added ~ppc64; bug #134717 diff --git a/dev-php5/ezc-Execution/ezc-Execution-1.0.ebuild b/dev-php5/ezc-Execution/ezc-Execution-1.0.ebuild index 72108c7c218b..47c6fd1bbce5 100644 --- a/dev-php5/ezc-Execution/ezc-Execution-1.0.ebuild +++ b/dev-php5/ezc-Execution/ezc-Execution-1.0.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.ebuild,v 1.2 2006/05/30 11:10:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Execution/ezc-Execution-1.0.ebuild,v 1.3 2006/06/06 20:11:14 dertobi123 Exp $ inherit php-ezc DESCRIPTION="This eZ component provides functionality to give feedback on fatal errors or uncaught exceptions." SLOT="0" -KEYWORDS="~ppc64 ~x86" +KEYWORDS="~ppc ~ppc64 ~x86" IUSE="" |