diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:18 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:18 +0000 |
commit | 476e384748488341b331902c41bb9ce5298d5090 (patch) | |
tree | 7ca79438df8e94a8ee288309c2e95cc3472a23b5 /dev-php/PEAR-Log | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-476e384748488341b331902c41bb9ce5298d5090.tar.gz historical-476e384748488341b331902c41bb9ce5298d5090.tar.bz2 historical-476e384748488341b331902c41bb9ce5298d5090.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild index c511f3a89dfc..4eebf5b9bf17 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 ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |