Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/local-lib/
Date: Tue, 21 Sep 2021 13:41:50
Message-Id: 1632231653.e39d3d078ad47f9bd0d469827d01007f8353022f.dlan@gentoo
1 commit: e39d3d078ad47f9bd0d469827d01007f8353022f
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 21 09:51:43 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 13:40:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39d3d07
7
8 dev-perl/local-lib: keyword ~riscv
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 dev-perl/local-lib/local-lib-2.0.24.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/local-lib/local-lib-2.0.24.ebuild b/dev-perl/local-lib/local-lib-2.0.24.ebuild
18 index 9b0a9ba53b3..c0b1e32acc7 100644
19 --- a/dev-perl/local-lib/local-lib-2.0.24.ebuild
20 +++ b/dev-perl/local-lib/local-lib-2.0.24.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ inherit perl-module
28
29 DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~arm64 x86"
32 +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
33 IUSE="test"
34 RESTRICT="!test? ( test )"