diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-28 15:09:20 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-29 08:33:06 +0200 |
commit | 264a718cea4d0063725a8011c9340f41555f0709 (patch) | |
tree | b018df1faa80d5d3d4a5c6490a87de3581fcacc0 /dev-perl/local-lib | |
parent | dev-perl/X11-XCB: arm keyworded (bug #729778) (diff) | |
download | gentoo-264a718cea4d0063725a8011c9340f41555f0709.tar.gz gentoo-264a718cea4d0063725a8011c9340f41555f0709.tar.bz2 gentoo-264a718cea4d0063725a8011c9340f41555f0709.zip |
dev-perl/local-lib: arm keyworded (bug #729778)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-perl/local-lib')
-rw-r--r-- | dev-perl/local-lib/local-lib-2.0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/local-lib/local-lib-2.0.24.ebuild b/dev-perl/local-lib/local-lib-2.0.24.ebuild index 5f4dfab2c96d..2a37814b9b45 100644 --- a/dev-perl/local-lib/local-lib-2.0.24.ebuild +++ b/dev-perl/local-lib/local-lib-2.0.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="test" RESTRICT="!test? ( test )" |