diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-03-05 11:00:20 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-03-05 11:00:20 +0000 |
commit | bc77935896605c2c706734f560dcffe9c7060a6e (patch) | |
tree | f4bf51437cf9c65e57bfdf028cd00199b7257fbf /dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | |
parent | Adding metadata.xml (diff) | |
download | historical-bc77935896605c2c706734f560dcffe9c7060a6e.tar.gz historical-bc77935896605c2c706734f560dcffe9c7060a6e.tar.bz2 historical-bc77935896605c2c706734f560dcffe9c7060a6e.zip |
Fix bug 125060.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild index 944e2d52072c..11700f853cf7 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.12 2006/02/28 09:09:40 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.3.ebuild,v 1.13 2006/03/05 11:00:20 sebastian Exp $ inherit php-pear-r1 depend.php @@ -13,5 +13,5 @@ IUSE="" RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1" pkg_setup() { - equire_php_with_use sqlite + require_php_with_use sqlite } |