diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-23 08:35:25 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-23 08:35:25 +0000 |
commit | 4933cdf914cb34be7416c7509c1ba66d707fd84a (patch) | |
tree | d18b804860074942d3111f29ea5752c778c1bb28 /dev-perl/Text-Diff | |
parent | Added default ASFLAGS for the two ABIs. (diff) | |
download | gentoo-2-4933cdf914cb34be7416c7509c1ba66d707fd84a.tar.gz gentoo-2-4933cdf914cb34be7416c7509c1ba66d707fd84a.tar.bz2 gentoo-2-4933cdf914cb34be7416c7509c1ba66d707fd84a.zip |
added ~ppc64
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 e77c3a6d9152..8b460459a95e 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.3 2004/09/03 00:33:15 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.4 2004/12/23 08:30:45 nigoro Exp $ + + 23 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Text-Diff-0.35.ebuild: + added ~ppc64 03 Sep 2004; David Holm <dholm@gentoo.org> Text-Diff-0.35.ebuild: Added to ~ppc. diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild index d2a3097bf526..54d15a85cce8 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-2004 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.4 2004/09/03 00:33:15 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.5 2004/12/23 08:30:45 nigoro 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" +KEYWORDS="x86 ~ppc ~ppc64" IUSE="" DEPEND="dev-perl/Algorithm-Diff" |