diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-29 17:00:23 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-29 17:00:23 +0000 |
commit | 2a8197f2e5a8a61a24af9a2b8fc1b0563413c74c (patch) | |
tree | 04f0c563b00ffcb1eb9a80aa941950288d0965bd /dev-perl/Test-Distribution | |
parent | Remove old. (diff) | |
download | gentoo-2-2a8197f2e5a8a61a24af9a2b8fc1b0563413c74c.tar.gz gentoo-2-2a8197f2e5a8a61a24af9a2b8fc1b0563413c74c.tar.bz2 gentoo-2-2a8197f2e5a8a61a24af9a2b8fc1b0563413c74c.zip |
Add ~ppc64 keyword wrt bug #497068
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r-- | dev-perl/Test-Distribution/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog index 9b0d430cda2b..7d4933b6e8ee 100644 --- a/dev-perl/Test-Distribution/ChangeLog +++ b/dev-perl/Test-Distribution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Distribution # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.17 2014/11/29 13:29:39 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.18 2014/11/29 17:00:23 zlogene Exp $ + + 29 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> + Test-Distribution-2.0.0-r1.ebuild: + Add ~ppc64 keyword wrt bug #497068 29 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> Test-Distribution-2.0.0-r1.ebuild: diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild index 4b79766d2ccb..7f8756cae5fe 100644 --- a/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild +++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.2 2014/11/29 13:29:39 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0-r1.ebuild,v 1.3 2014/11/29 17:00:23 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="perform tests on all modules of a distribution" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-perl/Pod-Coverage-0.20 |