diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-21 13:27:33 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-11-23 09:08:02 +0800 |
commit | 2c91f402ca8004ad0beb17bf9d919b58dadbe382 (patch) | |
tree | 4fa0803d6c1845fac43c21ecaaa217d65979fa86 /mate-extra/mate-polkit | |
parent | mate-extra/mate-netbook: keyword ~riscv (diff) | |
download | gentoo-2c91f402ca8004ad0beb17bf9d919b58dadbe382.tar.gz gentoo-2c91f402ca8004ad0beb17bf9d919b58dadbe382.tar.bz2 gentoo-2c91f402ca8004ad0beb17bf9d919b58dadbe382.zip |
mate-extra/mate-polkit: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'mate-extra/mate-polkit')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.24.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.24.0-r1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.24.0-r1.ebuild index a8482da2b7c7..0bc757c72319 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.24.0-r1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.24.0-r1.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" |