diff options
author | Brent Baude <ranger@gentoo.org> | 2010-12-28 19:29:57 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-12-28 19:29:57 +0000 |
commit | 8cc5e2304f033cf0a8f52c32368380dfa8eaa431 (patch) | |
tree | bd46b71046d5a343e8cfcdd117a47fbf34a90705 /dev-php5/phpdbg | |
parent | Marking pecl-syck-0.9.3-r1 ~ppc64 for bug 349659 (diff) | |
download | gentoo-2-8cc5e2304f033cf0a8f52c32368380dfa8eaa431.tar.gz gentoo-2-8cc5e2304f033cf0a8f52c32368380dfa8eaa431.tar.bz2 gentoo-2-8cc5e2304f033cf0a8f52c32368380dfa8eaa431.zip |
Marking phpdbg-2.15.5-r1 ~ppc64 for bug 349659
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-php5/phpdbg')
-rw-r--r-- | dev-php5/phpdbg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog index 28991ea3f6cc..da3d624de1b2 100644 --- a/dev-php5/phpdbg/ChangeLog +++ b/dev-php5/phpdbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/phpdbg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.14 2010/11/04 17:43:15 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.15 2010/12/28 19:29:57 ranger Exp $ + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> phpdbg-2.15.5-r1.ebuild: + Marking phpdbg-2.15.5-r1 ~ppc64 for bug 349659 04 Nov 2010; Matti Bickel <mabi@gentoo.org> phpdbg-2.15.5-r1.ebuild: fix USE_PHP placement diff --git a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild b/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild index f790942bf4fa..19d89da5c90a 100644 --- a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild +++ b/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.2 2010/11/04 17:43:15 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.3 2010/12/28 19:29:57 ranger Exp $ EAPI=3 @@ -12,7 +12,7 @@ USE_PHP="php5-2" inherit php-ext-source-r2 -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" DESCRIPTION="A PHP debugger useable with some editors like phpedit." HOMEPAGE="http://dd.cron.ru/dbg/" |