diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-27 16:54:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-27 16:54:43 +0000 |
commit | 2149d7eda3aea89b6a2f1da2538aa2e90a03d33f (patch) | |
tree | 9dac4ff756f318d75248dced724ff9eb686c120e /dev-php | |
parent | closing bug #74384 (Manifest recommit) (diff) | |
download | gentoo-2-2149d7eda3aea89b6a2f1da2538aa2e90a03d33f.tar.gz gentoo-2-2149d7eda3aea89b6a2f1da2538aa2e90a03d33f.tar.bz2 gentoo-2-2149d7eda3aea89b6a2f1da2538aa2e90a03d33f.zip |
~hppa
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild | 8 |
1 files changed, 5 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 37497f55eed5..9448b307420c 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2004 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.3 2004/11/29 11:06:10 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild,v 1.4 2004/12/27 16:54:43 vapier Exp $ inherit php-pear -IUSE="pear-db" DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets." + LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64" +KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64 ~hppa" +IUSE="pear-db" + DEPEND="pear-db? ( dev-php/PEAR-DB )" |