summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-23 13:24:36 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-11-23 13:24:36 +0000
commit5d036cc2fc768ac42bd7b490f7c80a9a08c782c3 (patch)
tree8015e5f88a1ce2e32606045adbe55ebf48c57a53
parentkeyword ~arm, bug #442816 (diff)
downloadgentoo-2-5d036cc2fc768ac42bd7b490f7c80a9a08c782c3.tar.gz
gentoo-2-5d036cc2fc768ac42bd7b490f7c80a9a08c782c3.tar.bz2
gentoo-2-5d036cc2fc768ac42bd7b490f7c80a9a08c782c3.zip
keyword ~arm, bug #442816
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r--dev-perl/Test-MockModule/ChangeLog6
-rw-r--r--dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-MockModule/ChangeLog b/dev-perl/Test-MockModule/ChangeLog
index ccdc0b2b9dca..64588cb61b17 100644
--- a/dev-perl/Test-MockModule/ChangeLog
+++ b/dev-perl/Test-MockModule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-MockModule
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/ChangeLog,v 1.5 2012/10/05 15:34:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/ChangeLog,v 1.6 2012/11/23 13:24:36 blueness Exp $
+
+ 23 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
+ Test-MockModule-0.50.0.ebuild:
+ keyword ~arm, bug #442816
05 Oct 2012; Brent Baude <ranger@gentoo.org> Test-MockModule-0.50.0.ebuild:
Marking Test-MockModule-0.50.0 ppc for bug 412881
diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
index 77b9206f73d1..b27ade75e1de 100644
--- a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
+++ b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild,v 1.5 2012/10/05 15:34:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild,v 1.6 2012/11/23 13:24:36 blueness Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Override subroutines in a module for unit testing"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
IUSE="test"
DEPEND="