diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-05-05 05:40:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-05-05 05:40:17 +0000 |
commit | faeecf746f48c3ee8ad9c75f5e55196ac54e4685 (patch) | |
tree | d756e4fd5102eca5d73b395368e03fda521c928a /dev-perl/Test-Pod | |
parent | Stable for HPPA (bug #314467). (diff) | |
download | gentoo-2-faeecf746f48c3ee8ad9c75f5e55196ac54e4685.tar.gz gentoo-2-faeecf746f48c3ee8ad9c75f5e55196ac54e4685.tar.bz2 gentoo-2-faeecf746f48c3ee8ad9c75f5e55196ac54e4685.zip |
Stable for HPPA (bug #314467).
(Portage version: 2.2_rc67/cvs/Linux i686)
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 a207e06abb24..448323349fb1 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.59 2010/04/29 06:13:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.60 2010/05/05 05:40:17 jer Exp $ + + 05 May 2010; Jeroen Roovers <jer@gentoo.org> Test-Pod-1.42.ebuild: + Stable for HPPA (bug #314467). *Test-Pod-1.44 (29 Apr 2010) diff --git a/dev-perl/Test-Pod/Test-Pod-1.42.ebuild b/dev-perl/Test-Pod/Test-Pod-1.42.ebuild index 2cab7ae81fdb..3c4900bd9a2c 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.3 2010/04/18 12:03:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.42.ebuild,v 1.4 2010/05/05 05:40:17 jer 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 |