Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Base-ModuleBuild/
Date: Sun, 16 Aug 2020 14:19:05
Message-Id: 1597587508.bafe2c8da8ff6eaaf32d54d465d9a9b6546f1492.kentnl@gentoo
1 commit: bafe2c8da8ff6eaaf32d54d465d9a9b6546f1492
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 12:03:08 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 14:18:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafe2c8d
7
8 dev-perl/Alien-Base-ModuleBuild: Keyword ~x86
9
10 Required as a new dep of dev-perl/Alien-Build
11
12 Package-Manager: Portage-2.3.103, Repoman-2.3.22
13 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
14
15 dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild
19 index 7b0a7671815..50d17eeee8f 100644
20 --- a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild
21 +++ b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.140.0.ebuild
22 @@ -9,7 +9,7 @@ inherit perl-module
23
24 DESCRIPTION="A Module::Build subclass for building Alien:: modules and their libraries"
25 SLOT="0"
26 -KEYWORDS="~amd64"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"