diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-09-03 20:15:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-09-03 20:15:22 +0000 |
commit | 206c22a0013b4920fad92a6ca30392d4d636d805 (patch) | |
tree | f990e9159cc80d6bd140db00d53629fe091c1ed5 /dev-perl/DelimMatch | |
parent | Added support for the XCSecurity option, which is what's needed to make binar... (diff) | |
download | historical-206c22a0013b4920fad92a6ca30392d4d636d805.tar.gz historical-206c22a0013b4920fad92a6ca30392d4d636d805.tar.bz2 historical-206c22a0013b4920fad92a6ca30392d4d636d805.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-perl/DelimMatch')
-rw-r--r-- | dev-perl/DelimMatch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.06.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DelimMatch/ChangeLog b/dev-perl/DelimMatch/ChangeLog index 83c72d0781f6..18ee5f18bfd3 100644 --- a/dev-perl/DelimMatch/ChangeLog +++ b/dev-perl/DelimMatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DelimMatch # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/ChangeLog,v 1.19 2005/08/25 22:55:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/ChangeLog,v 1.20 2005/09/03 20:11:01 corsair Exp $ + + 03 Sep 2005; Markus Rothe <corsair@gentoo.org> DelimMatch-1.06.ebuild: + Stable on ppc64 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> DelimMatch-1.06.ebuild: add ~ia64 diff --git a/dev-perl/DelimMatch/DelimMatch-1.06.ebuild b/dev-perl/DelimMatch/DelimMatch-1.06.ebuild index c535f4699c55..c637928dda15 100644 --- a/dev-perl/DelimMatch/DelimMatch-1.06.ebuild +++ b/dev-perl/DelimMatch/DelimMatch-1.06.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/DelimMatch/DelimMatch-1.06.ebuild,v 1.10 2005/08/25 22:55:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/DelimMatch-1.06.ebuild,v 1.11 2005/09/03 20:11:01 corsair Exp $ inherit perl-module MY_P=${P}a @@ -11,5 +11,5 @@ HOMEPAGE="http://search.cpan.org/~nwalsh/${MY_P}" SLOT="0" LICENSE="as-is" -KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86" IUSE="" |