diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:40:04 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 22:40:04 +0000 |
commit | e105efb1f99331c191c58b5f0260172a9ebc88c4 (patch) | |
tree | e8ea0ee9fe25235e9227b0f91b0778513330d929 /dev-php5 | |
parent | Stop Makefile stripping binary, thanks to James Kyte for reporting, bug 143270 (diff) | |
download | gentoo-2-e105efb1f99331c191c58b5f0260172a9ebc88c4.tar.gz gentoo-2-e105efb1f99331c191c58b5f0260172a9ebc88c4.tar.bz2 gentoo-2-e105efb1f99331c191c58b5f0260172a9ebc88c4.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-Debug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/ezc-Debug/ezc-Debug-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/ezc-Debug/ChangeLog b/dev-php5/ezc-Debug/ChangeLog index bbb8552f7303..7ab2affc83e3 100644 --- a/dev-php5/ezc-Debug/ChangeLog +++ b/dev-php5/ezc-Debug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-Debug # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Debug/ChangeLog,v 1.9 2006/11/20 15:42:22 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Debug/ChangeLog,v 1.10 2006/11/25 22:40:04 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-Debug-1.0.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. *ezc-Debug-1.0.3 (20 Nov 2006) diff --git a/dev-php5/ezc-Debug/ezc-Debug-1.0.3.ebuild b/dev-php5/ezc-Debug/ezc-Debug-1.0.3.ebuild index a7e5f1cf56c3..2283cbb04f97 100644 --- a/dev-php5/ezc-Debug/ezc-Debug-1.0.3.ebuild +++ b/dev-php5/ezc-Debug/ezc-Debug-1.0.3.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-Debug/ezc-Debug-1.0.3.ebuild,v 1.1 2006/11/20 15:42:23 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Debug/ezc-Debug-1.0.3.ebuild,v 1.2 2006/11/25 22:40:04 kloeri Exp $ inherit php-ezc DESCRIPTION="This eZ component provides a set of classes that help you to debug an application." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |