diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-22 13:55:00 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-22 13:55:00 +0000 |
commit | 11a3581399d424004fbcfc710084012e484b233a (patch) | |
tree | 6bb208061d208f17dde40c658a6334fb1a56c450 /dev-php/PEAR-Date | |
parent | Version bump (diff) | |
download | historical-11a3581399d424004fbcfc710084012e484b233a.tar.gz historical-11a3581399d424004fbcfc710084012e484b233a.tar.bz2 historical-11a3581399d424004fbcfc710084012e484b233a.zip |
Added ~ppc64 keyword; bug #105385
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-php/PEAR-Date')
-rw-r--r-- | dev-php/PEAR-Date/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog index b1dc6a7d4710..77984336d1c6 100644 --- a/dev-php/PEAR-Date/ChangeLog +++ b/dev-php/PEAR-Date/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Date # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.30 2005/11/21 15:40:19 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.31 2005/11/22 13:41:57 corsair Exp $ + + 22 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-Date-1.4.6.ebuild: + Added ~ppc64 keyword; bug #105385 21 Nov 2005; Joseph Jezak <josejx@gentoo.org> PEAR-Date-1.4.6.ebuild: Marked ~ppc for bug #105385. diff --git a/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild index 48ab54fcaad2..905286b42e3a 100644 --- a/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild +++ b/dev-php/PEAR-Date/PEAR-Date-1.4.6.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-Date/PEAR-Date-1.4.6.ebuild,v 1.2 2005/11/21 15:40:19 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild,v 1.3 2005/11/22 13:41:57 corsair Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="Date and Time Zone Classes" LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |