diff options
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.43.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index 13e311d1c8e1..11ddcaf30f81 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-perl/Inline # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.1 2002/07/17 04:04:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.2 2002/07/31 13:19:43 cselkirk Exp $ *Inline-0.43 (16 Jul 2002) + 31 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> Inline-0.43.ebuild : + + Added ppc to KEYWORDS. + 16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> Inline-0.43.ebuild ChangeLog files/digest-Inline-0.43 : diff --git a/dev-perl/Inline/Inline-0.43.ebuild b/dev-perl/Inline/Inline-0.43.ebuild index a98feeac3acc..376f64990a1e 100644 --- a/dev-perl/Inline/Inline-0.43.ebuild +++ b/dev-perl/Inline/Inline-0.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.4 2002/07/27 18:27:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.5 2002/07/31 13:19:43 cselkirk Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/doc/INGY/Inline-0.43/Inline.pod" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="${DEPEND} dev-perl/Test-Harness" |