diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-12 02:14:00 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-12 02:14:00 +0000 |
commit | af02684919492e8ac7982f0c9f1d8830286fb06a (patch) | |
tree | 3ebd7829a532a5d53db8b7d827ad24b40577bef1 /dev-perl/Text-Diff | |
parent | small change (diff) | |
download | gentoo-2-af02684919492e8ac7982f0c9f1d8830286fb06a.tar.gz gentoo-2-af02684919492e8ac7982f0c9f1d8830286fb06a.tar.bz2 gentoo-2-af02684919492e8ac7982f0c9f1d8830286fb06a.zip |
Keyworded ~sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r-- | dev-perl/Text-Diff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-0.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index 6394fc814c5a..99f1de221bef 100644 --- a/dev-perl/Text-Diff/ChangeLog +++ b/dev-perl/Text-Diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Diff # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.5 2005/04/09 00:27:22 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.6 2005/04/12 02:14:00 gustavoz Exp $ + + 12 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> Text-Diff-0.35.ebuild: + Keyworded ~sparc 09 Apr 2005; Christian Parpart <trapni@gentoo.org> Text-Diff-0.35.ebuild: added to ~amd64 diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild index f460b0753a35..81d053a2bebe 100644 --- a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-0.35.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-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.6 2005/04/09 00:27:22 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.7 2005/04/12 02:14:00 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/authors/id/R/RB/RBS/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~ppc64 ~amd64" +KEYWORDS="x86 ~ppc ~ppc64 ~amd64 ~sparc" IUSE="" DEPEND="dev-perl/Algorithm-Diff" |