diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-19 01:15:12 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-19 01:15:12 +0000 |
commit | 1a1a5361ed5458426e0c3eced4304d62b9c32cce (patch) | |
tree | 5c153e44644cc290bd05c809f70ccc850870e954 /dev-php/PEAR-Log | |
parent | fix keyword (Manifest recommit) (diff) | |
download | gentoo-2-1a1a5361ed5458426e0c3eced4304d62b9c32cce.tar.gz gentoo-2-1a1a5361ed5458426e0c3eced4304d62b9c32cce.tar.bz2 gentoo-2-1a1a5361ed5458426e0c3eced4304d62b9c32cce.zip |
Stable on sparc.
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index db71e67ba685..a4b5c72b3ecc 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.14 2004/04/17 15:02:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.15 2004/04/19 01:15:12 weeve Exp $ + + 18 Apr 2004; Jason Wever <weeve@gentoo.org> PEAR-Log-1.8.3.ebuild: + Stable on sparc. 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Log-1.1.ebuild, PEAR-Log-1.2.ebuild: diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild index 9f9183bbf610..d1a30ec0531b 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild,v 1.2 2004/03/15 14:19:46 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild,v 1.3 2004/04/19 01:15:12 weeve Exp $ inherit php-pear @@ -8,5 +8,5 @@ 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 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc sparc ~alpha" DEPEND="pear-db? ( dev-php/PEAR-DB )" |