summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-05-27 00:53:45 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-05-27 00:53:45 +0000
commit3fa36cec106a3f2efa23b5320e6276dd77e84a2e (patch)
treeda9c6b635e8e80b33df158a2e933bc19c13eab95 /dev-php4/phpdbg
parentAdded to ~amd64. (diff)
downloadgentoo-2-3fa36cec106a3f2efa23b5320e6276dd77e84a2e.tar.gz
gentoo-2-3fa36cec106a3f2efa23b5320e6276dd77e84a2e.tar.bz2
gentoo-2-3fa36cec106a3f2efa23b5320e6276dd77e84a2e.zip
Added to ~amd64.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-php4/phpdbg')
-rw-r--r--dev-php4/phpdbg/ChangeLog5
-rw-r--r--dev-php4/phpdbg/phpdbg-2.13.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/phpdbg/ChangeLog b/dev-php4/phpdbg/ChangeLog
index c8794df932f4..6d6d51b084ae 100644
--- a/dev-php4/phpdbg/ChangeLog
+++ b/dev-php4/phpdbg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/phpdbg
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/ChangeLog,v 1.5 2006/04/15 22:26:55 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/ChangeLog,v 1.6 2006/05/27 00:53:45 chtekk Exp $
+
+ 27 May 2006; Luca Longinotti <chtekk@gentoo.org> phpdbg-2.13.1.ebuild:
+ Added to ~amd64.
*phpdbg-2.13.1 (15 Apr 2006)
diff --git a/dev-php4/phpdbg/phpdbg-2.13.1.ebuild b/dev-php4/phpdbg/phpdbg-2.13.1.ebuild
index 6fc4c4798af4..a0e1264e8a7a 100644
--- a/dev-php4/phpdbg/phpdbg-2.13.1.ebuild
+++ b/dev-php4/phpdbg/phpdbg-2.13.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/phpdbg-2.13.1.ebuild,v 1.1 2006/04/15 22:26:55 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/phpdbg-2.13.1.ebuild,v 1.2 2006/05/27 00:53:45 chtekk Exp $
PHP_EXT_NAME="dbg"
PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-source-r1
-KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DESCRIPTION="A PHP debugger useable with some editors like phpedit."
SRC_URI="mirror://sourceforge/dbg2/dbg-${PV}${PL}.tar.gz"
HOMEPAGE="http://dd.cron.ru/dbg/"