diff options
author | 2010-11-05 14:12:17 +0000 | |
---|---|---|
committer | 2010-11-05 14:12:17 +0000 | |
commit | 74d3f76edc638c8fb853eeae8cd69470f26b0740 (patch) | |
tree | 8fa8fea9f0d231ad8ae5745475edf2c9467c7b15 /dev-perl/Test-Pod | |
parent | ppc64 stable wrt #341865 (diff) | |
download | gentoo-2-74d3f76edc638c8fb853eeae8cd69470f26b0740.tar.gz gentoo-2-74d3f76edc638c8fb853eeae8cd69470f26b0740.tar.bz2 gentoo-2-74d3f76edc638c8fb853eeae8cd69470f26b0740.zip |
ppc64 stable wrt #341865
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 63da236c62e5..3eb80d8683a9 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Pod # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.62 2010/06/27 19:20:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.63 2010/11/05 14:12:17 ssuominen Exp $ + + 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> Test-Pod-1.42.ebuild: + ppc64 stable wrt #341865 27 Jun 2010; <nixnut@gentoo.org> Test-Pod-1.42.ebuild: ppc stable #323529 diff --git a/dev-perl/Test-Pod/Test-Pod-1.42.ebuild b/dev-perl/Test-Pod/Test-Pod-1.42.ebuild index 5bca2b2d2ddc..5e71cbaf6cd7 100644 --- a/dev-perl/Test-Pod/Test-Pod-1.42.ebuild +++ b/dev-perl/Test-Pod/Test-Pod-1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.42.ebuild,v 1.6 2010/06/27 19:20:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.42.ebuild,v 1.7 2010/11/05 14:12:17 ssuominen Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="check for POD errors in files" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=virtual/perl-Pod-Simple-3.07 |