diff options
author | 2005-09-14 15:37:22 +0000 | |
---|---|---|
committer | 2005-09-14 15:37:22 +0000 | |
commit | 3a15b9de27cf4ff9190c0f8bba0379bd8b4bd35c (patch) | |
tree | 3060bef9a72275c0d390b101022f528017f4b745 /dev-php/PEAR-PEAR | |
parent | Marked ~ppc for bug #105673. (diff) | |
download | gentoo-2-3a15b9de27cf4ff9190c0f8bba0379bd8b4bd35c.tar.gz gentoo-2-3a15b9de27cf4ff9190c0f8bba0379bd8b4bd35c.tar.bz2 gentoo-2-3a15b9de27cf4ff9190c0f8bba0379bd8b4bd35c.zip |
Marked ~ppc for bug #105673.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index 5cf8bed06cb8..fd062f4ef784 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-PEAR # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.22 2005/09/10 02:38:00 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.23 2005/09/14 15:34:55 josejx Exp $ + + 14 Sep 2005; Joseph Jezak <josejx@gentoo.org> PEAR-PEAR-1.3.6.ebuild: + Marked ~ppc for bug #105673. 10 Sep 2005; Jason Wever <weeve@gentoo.org> PEAR-PEAR-1.3.6.ebuild: Added ~sparc keyword. diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild index 76be5c239de3..82f0c39cb37b 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.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/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild,v 1.4 2005/09/10 02:38:00 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild,v 1.5 2005/09/14 15:34:55 josejx Exp $ inherit depend.php @@ -20,7 +20,7 @@ SRC_URI="http://pear.php.net/get/Archive_Tar-${ARCHIVE_TAR}.tgz LICENSE="PHP" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" IUSE="" # we deliberately force people to remove their old PEAR installations, |