diff options
author | 2008-02-10 14:01:09 +0000 | |
---|---|---|
committer | 2008-02-10 14:01:09 +0000 | |
commit | e466b4a3e9409f55fefcd7d1171689def83d77f3 (patch) | |
tree | 695d1c1a97a9b80db738cae1534187bf0b848955 | |
parent | Fix compilation error, bug #202704. (diff) | |
download | gentoo-2-e466b4a3e9409f55fefcd7d1171689def83d77f3.tar.gz gentoo-2-e466b4a3e9409f55fefcd7d1171689def83d77f3.tar.bz2 gentoo-2-e466b4a3e9409f55fefcd7d1171689def83d77f3.zip |
stable on ppc wrt bug #208313
(Portage version: 2.1.4.2)
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index ca030dede8c9..7db1884352ac 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.78 2008/02/03 11:38:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.79 2008/02/10 14:01:09 nixnut Exp $ + + 10 Feb 2008; nixnut <nixnut@gentoo.org> PEAR-Log-1.9.14.ebuild: + stable on ppc wrt bug #208313 03 Feb 2008; Markus Meier <maekke@gentoo.org> PEAR-Log-1.9.14.ebuild: x86 stable, bug #208313 diff --git a/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild index b20fb7e155b1..3dc5f83df2e4 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 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.14.ebuild,v 1.4 2008/02/03 11:38:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.9.14.ebuild,v 1.5 2008/02/10 14:01:09 nixnut Exp $ inherit php-pear-r1 depend.php eutils -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86" DESCRIPTION="The Log framework provides an abstracted logging system. It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal targets." |