diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-12 13:31:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-12 13:31:35 +0000 |
commit | a1767dc2bfa75ed95de69e49bd7321b8dc20169e (patch) | |
tree | 98f4ff99590d22c4d557a3310fe11ea69cc0d366 /dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild | |
parent | Remove pear-db USE flag. (diff) | |
download | gentoo-2-a1767dc2bfa75ed95de69e49bd7321b8dc20169e.tar.gz gentoo-2-a1767dc2bfa75ed95de69e49bd7321b8dc20169e.tar.bz2 gentoo-2-a1767dc2bfa75ed95de69e49bd7321b8dc20169e.zip |
Version bump. Remove pear-db USE flag.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild index 699b87466828..ba18fe947445 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.8.4.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-Log/PEAR-Log-1.8.4.ebuild,v 1.12 2005/05/06 20:18:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild,v 1.13 2005/05/12 13:31:35 sebastian Exp $ inherit php-pear @@ -9,6 +9,6 @@ DESCRIPTION="The Log framework provides an abstracted logging system supporting LICENSE="PHP" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="pear-db" +IUSE="" -DEPEND="pear-db? ( dev-php/PEAR-DB )" +RDEPEND="dev-php/PEAR-DB" |