diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-06 14:10:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-06 14:10:12 +0000 |
commit | f31b4a7735ecd5caf0d3940bf056ae41f3f0ac52 (patch) | |
tree | 8eeb7b416d34baf0fe13699f4db9eea611e5a238 /dev-perl/Test-Distribution | |
parent | Marked ~hppa (bug #497068). (diff) | |
download | gentoo-2-f31b4a7735ecd5caf0d3940bf056ae41f3f0ac52.tar.gz gentoo-2-f31b4a7735ecd5caf0d3940bf056ae41f3f0ac52.tar.bz2 gentoo-2-f31b4a7735ecd5caf0d3940bf056ae41f3f0ac52.zip |
Marked ~hppa (bug #497068).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r-- | dev-perl/Test-Distribution/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog index 7ac017a247aa..79757b79718e 100644 --- a/dev-perl/Test-Distribution/ChangeLog +++ b/dev-perl/Test-Distribution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Distribution -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.9 2012/11/18 11:38:39 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.10 2014/01/06 14:10:12 jer Exp $ + + 06 Jan 2014; Jeroen Roovers <jer@gentoo.org> Test-Distribution-2.0.0.ebuild: + Marked ~hppa (bug #497068). 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild index 32c82a080117..461dd2438453 100644 --- a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild +++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.2 2011/09/03 21:04:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.3 2014/01/06 14:10:12 jer Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="perform tests on all modules of a distribution" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~hppa x86" IUSE="" RDEPEND=">=dev-perl/Pod-Coverage-0.20 |