diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-26 21:54:23 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-26 23:15:51 +0800 |
commit | 53a3299e2449e21ef8d7e5b25450a23f827c6182 (patch) | |
tree | dec35fee079a844be78e39c0bb7d7999db17a1ca /sys-auth | |
parent | profile/riscv: mask USE=kde (diff) | |
download | gentoo-53a3299e2449e21ef8d7e5b25450a23f827c6182.tar.gz gentoo-53a3299e2449e21ef8d7e5b25450a23f827c6182.tar.bz2 gentoo-53a3299e2449e21ef8d7e5b25450a23f827c6182.zip |
sys-auth/polkit: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/polkit-0.118.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/polkit/polkit-0.118.ebuild b/sys-auth/polkit/polkit-0.118.ebuild index d6c8489322df..e04bbab4c847 100644 --- a/sys-auth/polkit/polkit-0.118.ebuild +++ b/sys-auth/polkit/polkit-0.118.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc64 ~s390 x86" +KEYWORDS="amd64 arm arm64 ~mips ppc64 ~riscv ~s390 x86" IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" RESTRICT="!test? ( test )" |