diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-12 02:31:59 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-12 02:31:59 +0000 |
commit | 66f4674794e2fa38e8f1d567253d1ce73ab5e81b (patch) | |
tree | f4796e665283b5df25c679fedaf973d0e42e23d5 /dev-perl/Text-Kakasi | |
parent | Added ~sparc keyword. (diff) | |
download | historical-66f4674794e2fa38e8f1d567253d1ce73ab5e81b.tar.gz historical-66f4674794e2fa38e8f1d567253d1ce73ab5e81b.tar.bz2 historical-66f4674794e2fa38e8f1d567253d1ce73ab5e81b.zip |
Keyworded ~sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Text-Kakasi')
-rw-r--r-- | dev-perl/Text-Kakasi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Text-Kakasi/ChangeLog b/dev-perl/Text-Kakasi/ChangeLog index 4b16035c656e..5f32d4eeb7b3 100644 --- a/dev-perl/Text-Kakasi/ChangeLog +++ b/dev-perl/Text-Kakasi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Kakasi -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/ChangeLog,v 1.7 2004/12/16 10:47:54 corsair Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/ChangeLog,v 1.8 2005/04/12 02:24:58 gustavoz Exp $ + + 12 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Text-Kakasi-2.04.ebuild: + Keyworded ~sparc 16 Dec 2004; Markus Rothe <corsair@gentoo.org> Text-Kakasi-2.04.ebuild: Stable on ppc64 diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild index fb82af58690b..dfdd2de8ae6e 100644 --- a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild +++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.10 2004/12/16 10:47:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.11 2005/04/12 02:24:58 gustavoz Exp $ inherit perl-module eutils @@ -10,7 +10,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ~ppc ppc64" +KEYWORDS="x86 amd64 ~ppc ppc64 ~sparc" IUSE="" DEPEND=">=app-i18n/kakasi-2.3.4" |