Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsemanage/
Date: Sun, 27 Mar 2022 04:39:26
Message-Id: 1648355932.355822ff9fb32a46b7ba3564aa7cc04372778745.sam@gentoo
1 commit: 355822ff9fb32a46b7ba3564aa7cc04372778745
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 04:38:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 04:38:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355822ff
7
8 sys-libs/libsemanage: sync live keywords
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/libsemanage/libsemanage-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild
16 index 574015387038..85bbb04e90aa 100644
17 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild
18 +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then
26 S="${WORKDIR}/${P}/${PN}"
27 else
28 SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
30 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
31 S="${WORKDIR}/${MY_P}"
32 fi