summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-10-12 11:10:08 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-10-12 11:10:08 +0000
commitc0e9892ad5481fe59872e60183c7f8ec2d00b922 (patch)
treee59717a2f318ebdd9355bcc21aaf54ec4d71fce1 /dev-php/phing
parentFixed elibctoolize that I broke - bug #106399. Sorry uclibc users (diff)
downloadgentoo-2-c0e9892ad5481fe59872e60183c7f8ec2d00b922.tar.gz
gentoo-2-c0e9892ad5481fe59872e60183c7f8ec2d00b922.tar.bz2
gentoo-2-c0e9892ad5481fe59872e60183c7f8ec2d00b922.zip
~amd64
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'dev-php/phing')
-rw-r--r--dev-php/phing/ChangeLog5
-rw-r--r--dev-php/phing/phing-2.1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog
index f86ed7fda3c7..7d978f2ce2ba 100644
--- a/dev-php/phing/ChangeLog
+++ b/dev-php/phing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/phing
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.4 2005/09/10 13:46:31 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.5 2005/10/12 11:10:08 humpback Exp $
+
+ 12 Oct 2005; Gustavo Felisberto <humpback@gentoo.org>; phing-2.1.0.ebuild:
+ Added ~amd64 to KEYWORDS
10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> phing-2.1.0.ebuild:
Use new PEAR eclass.
diff --git a/dev-php/phing/phing-2.1.0.ebuild b/dev-php/phing/phing-2.1.0.ebuild
index 3157b1bed6eb..736a2dfe9915 100644
--- a/dev-php/phing/phing-2.1.0.ebuild
+++ b/dev-php/phing/phing-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.1.0.ebuild,v 1.3 2005/09/10 13:46:31 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.1.0.ebuild,v 1.4 2005/10/12 11:10:08 humpback Exp $
inherit php-pear-r1 depend.php
@@ -8,7 +8,7 @@ DESCRIPTION="PHP project build system based on Apache Ant."
HOMEPAGE="http://www.phing.info/"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
SRC_URI="http://phing.info/pear/phing-${PV}-pear.tgz"