diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-08-02 08:27:27 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-08-06 23:17:28 -0400 |
commit | 6226e1e916f60de2296bc00f78e377631db39881 (patch) | |
tree | 47f8a0c4c34dc1bf354420a648ef22876c6758f5 /mate-extra | |
parent | mate-base/caja: Stabilize 1.24.0 for amd64, x86 (diff) | |
download | gentoo-6226e1e916f60de2296bc00f78e377631db39881.tar.gz gentoo-6226e1e916f60de2296bc00f78e377631db39881.tar.bz2 gentoo-6226e1e916f60de2296bc00f78e377631db39881.zip |
mate-extra/mate-polkit: Stabilize 1.24.0 for amd64, x86
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild index e209135516aa..c625aa776f5f 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" |