diff options
author | 2004-08-03 20:08:20 +0000 | |
---|---|---|
committer | 2004-08-03 20:08:20 +0000 | |
commit | 21742d7c342ed8968618031d182c9bca780bf9b2 (patch) | |
tree | f30b0c61e8297cff5ac49acfb694afd4581d4b30 /dev-php | |
parent | Mark 1.6.4 stable on alpha, add ia64 keywords #56295 (Manifest recommit) (diff) | |
download | gentoo-2-21742d7c342ed8968618031d182c9bca780bf9b2.tar.gz gentoo-2-21742d7c342ed8968618031d182c9bca780bf9b2.tar.bz2 gentoo-2-21742d7c342ed8968618031d182c9bca780bf9b2.zip |
add ia64 keywords #56295
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 2846012d83c2..cc3fe0811cb7 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.18 2004/07/30 14:46:40 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.19 2004/08/03 20:08:20 agriffis Exp $ + + 03 Aug 2004; <agriffis@gentoo.org> PEAR-Log-1.8.3.ebuild, + PEAR-Log-1.8.4.ebuild: + add ia64 keywords #56295 *PEAR-Log-1.8.4 (30 Jul 2004) 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 7978e456debc..44b6cade4d44 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 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.3.ebuild,v 1.5 2004/07/06 22:44:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild,v 1.6 2004/08/03 20:08:20 agriffis 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 sparc ~alpha ppc" +KEYWORDS="x86 sparc ~alpha ppc ia64" DEPEND="pear-db? ( dev-php/PEAR-DB )" 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 86e13e203355..67eaa18d53ae 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-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.1 2004/07/30 14:46:40 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.4.ebuild,v 1.2 2004/08/03 20:08:20 agriffis 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 ~sparc ~alpha ~ppc" +KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64" DEPEND="pear-db? ( dev-php/PEAR-DB )" |