diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-26 13:07:45 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-26 13:07:45 +0000 |
commit | 1bdb7e05a6339075f525b20fec2a2f6ac4f31819 (patch) | |
tree | 49568e553e9d69e4f3a365b68f2c5f41a6bd8a77 /dev-php | |
parent | fixor (diff) | |
download | historical-1bdb7e05a6339075f525b20fec2a2f6ac4f31819.tar.gz historical-1bdb7e05a6339075f525b20fec2a2f6ac4f31819.tar.bz2 historical-1bdb7e05a6339075f525b20fec2a2f6ac4f31819.zip |
Finally test for x86
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.2.ebuild | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 5d2437a75a5c..8dc9add32277 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.3 2002/11/18 14:38:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.4 2002/11/26 13:07:45 mcummings Exp $ + + 26 Nov 2002; Michael Cummings <mcummings@gentoo.org> + PEAR-Log-1.2.ebuild : + Finally tested, unmasking for x86. *PEAR-Log-1.2 (18 Nov 2002) diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild index 0ed3e938b0b2..621aadc16710 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="http://pear.php.net/package-info.php?pacid=8" SRC_URI="http://pear.php.net/get/${P}.tgz" LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |