diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 09:07:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 09:07:48 +0000 |
commit | b6eacc4772b42e73b0fb9b818ce3cafeee6f356f (patch) | |
tree | 379d50fbfad272d15e2e9688daf4a1a1cc649d69 /dev-perl/Test-Pod | |
parent | Stable on amd64 (#314467) (diff) | |
download | historical-b6eacc4772b42e73b0fb9b818ce3cafeee6f356f.tar.gz historical-b6eacc4772b42e73b0fb9b818ce3cafeee6f356f.tar.bz2 historical-b6eacc4772b42e73b0fb9b818ce3cafeee6f356f.zip |
Stable on amd64, x86 (#314467)
Package-Manager: portage-2.2_rc67/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 dbd7ed68e071..24bd64707c58 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.55 2010/04/09 07:28:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.56 2010/04/17 08:19:12 tove Exp $ + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> Test-Pod-1.42.ebuild: + Stable on amd64, x86 (#314467) 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Test-Pod-1.40.ebuild, -Test-Pod-1.41.ebuild: diff --git a/dev-perl/Test-Pod/Test-Pod-1.42.ebuild b/dev-perl/Test-Pod/Test-Pod-1.42.ebuild index b9b0a8ca96b6..2f23b5c6975a 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.1 2010/03/14 15:32:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.42.ebuild,v 1.2 2010/04/17 08:19:12 tove 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 |