Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/
Date: Wed, 26 May 2021 15:16:57
Message-Id: 1622042151.53a3299e2449e21ef8d7e5b25450a23f827c6182.dlan@gentoo
1 commit: 53a3299e2449e21ef8d7e5b25450a23f827c6182
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 13:54:23 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 15:15:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a3299e
7
8 sys-auth/polkit: add riscv keyword
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 sys-auth/polkit/polkit-0.118.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/polkit/polkit-0.118.ebuild b/sys-auth/polkit/polkit-0.118.ebuild
17 index d6c8489322d..e04bbab4c84 100644
18 --- a/sys-auth/polkit/polkit-0.118.ebuild
19 +++ b/sys-auth/polkit/polkit-0.118.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
27
28 LICENSE="LGPL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 arm arm64 ~mips ppc64 ~s390 x86"
31 +KEYWORDS="amd64 arm arm64 ~mips ppc64 ~riscv ~s390 x86"
32 IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test"
33 RESTRICT="!test? ( test )"