summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-01-30 16:40:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-01-30 16:40:37 +0000
commitd8e72625a0508146f330b867d4d95d47b4c434ab (patch)
tree140c504cb1922510c4ba512c41f6fa821c269875 /dev-php5/phpdbg
parentDrop sparc keywords (diff)
downloadgentoo-2-d8e72625a0508146f330b867d4d95d47b4c434ab.tar.gz
gentoo-2-d8e72625a0508146f330b867d4d95d47b4c434ab.tar.bz2
gentoo-2-d8e72625a0508146f330b867d4d95d47b4c434ab.zip
Drop sparc keywords
(Portage version: 2.1.9.25/cvs/Linux ia64)
Diffstat (limited to 'dev-php5/phpdbg')
-rw-r--r--dev-php5/phpdbg/ChangeLog5
-rw-r--r--dev-php5/phpdbg/phpdbg-2.15.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog
index a2385cade798..519dafaaa72b 100644
--- a/dev-php5/phpdbg/ChangeLog
+++ b/dev-php5/phpdbg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/phpdbg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.16 2011/01/08 18:31:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.17 2011/01/30 16:40:37 armin76 Exp $
+
+ 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> phpdbg-2.15.5.ebuild:
+ Drop sparc keywords
08 Jan 2011; Brent Baude <ranger@gentoo.org> phpdbg-2.15.5-r1.ebuild:
Marking phpdbg-2.15.5-r1 ~ppc for bug 349659
diff --git a/dev-php5/phpdbg/phpdbg-2.15.5.ebuild b/dev-php5/phpdbg/phpdbg-2.15.5.ebuild
index bf3125281eba..35ec3ee5aad0 100644
--- a/dev-php5/phpdbg/phpdbg-2.15.5.ebuild
+++ b/dev-php5/phpdbg/phpdbg-2.15.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.ebuild,v 1.2 2010/07/04 21:48:24 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5.ebuild,v 1.3 2011/01/30 16:40:37 armin76 Exp $
PHP_EXT_NAME="dbg"
PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-source-r1
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
DESCRIPTION="A PHP debugger useable with some editors like phpedit."
HOMEPAGE="http://dd.cron.ru/dbg/"