diff options
author | 2006-05-25 18:17:56 +0000 | |
---|---|---|
committer | 2006-05-25 18:17:56 +0000 | |
commit | a12d823e0a563cb8d95c09096b337fc4446caf7b (patch) | |
tree | 34082bebe8b154a3e065f13a72384c1f3fd5d278 /dev-php/PEAR-Calendar | |
parent | Stable on hppa. (diff) | |
download | historical-a12d823e0a563cb8d95c09096b337fc4446caf7b.tar.gz historical-a12d823e0a563cb8d95c09096b337fc4446caf7b.tar.bz2 historical-a12d823e0a563cb8d95c09096b337fc4446caf7b.zip |
Added ~ppc keyword. Bug 134270
Package-Manager: portage-2.1_rc2-r2
Diffstat (limited to 'dev-php/PEAR-Calendar')
-rw-r--r-- | dev-php/PEAR-Calendar/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Calendar/ChangeLog b/dev-php/PEAR-Calendar/ChangeLog index a68fa6d7c4b5..227a317f8c3c 100644 --- a/dev-php/PEAR-Calendar/ChangeLog +++ b/dev-php/PEAR-Calendar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Calendar -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/ChangeLog,v 1.2 2005/11/10 10:26:35 sebastian Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/ChangeLog,v 1.3 2006/05/25 17:49:15 nixnut Exp $ + + 25 May 2006; <nixnut@gentoo.org> PEAR-Calendar-0.5.3.ebuild: + Added ~ppc. bug #134270 *PEAR-Calendar-0.5.3 (10 Nov 2005) diff --git a/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild b/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild index ce9f5b9e35fd..046aa6a76962 100644 --- a/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild +++ b/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild,v 1.1 2005/11/10 10:26:35 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Calendar/PEAR-Calendar-0.5.3.ebuild,v 1.2 2006/05/25 17:49:15 nixnut Exp $ inherit php-pear-r1 @@ -8,6 +8,6 @@ DESCRIPTION="A package for building Calendar data structures." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-Date-1.4.5" |