diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-17 21:24:52 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-17 21:24:52 +0000 |
commit | 23e60e602b47168503809025ea7279d98707de22 (patch) | |
tree | da1eb838a9e5b5abcf6e21cb6efa6c423a7d316e /dev-php/PEAR-PEAR | |
parent | Stable on ppc (diff) | |
download | historical-23e60e602b47168503809025ea7279d98707de22.tar.gz historical-23e60e602b47168503809025ea7279d98707de22.tar.bz2 historical-23e60e602b47168503809025ea7279d98707de22.zip |
Marked ~amd64, bug 102649.
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 fd062f4ef784..822523554034 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.23 2005/09/14 15:34:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.24 2005/09/17 21:24:52 cryos Exp $ + + 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> PEAR-PEAR-1.3.6.ebuild: + Marked ~amd64, bug 102649. 14 Sep 2005; Joseph Jezak <josejx@gentoo.org> PEAR-PEAR-1.3.6.ebuild: Marked ~ppc for bug #105673. 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 82f0c39cb37b..7bcb10f8e6d4 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.5 2005/09/14 15:34:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6.ebuild,v 1.6 2005/09/17 21:24:52 cryos 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="~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" # we deliberately force people to remove their old PEAR installations, |