diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 18:56:11 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 18:41:10 -0400 |
commit | 7a27a62ff8d3107ef1c0a976fd4fef1176c55986 (patch) | |
tree | 4e8c2433a4c264ce6b81609cc9827d39839694b3 /mate-extra/mate-polkit | |
parent | mate-base/caja: Drop old (diff) | |
download | gentoo-7a27a62ff8d3107ef1c0a976fd4fef1176c55986.tar.gz gentoo-7a27a62ff8d3107ef1c0a976fd4fef1176c55986.tar.bz2 gentoo-7a27a62ff8d3107ef1c0a976fd4fef1176c55986.zip |
mate-extra/mate-polkit: Stabilize 1.24.0-r1 for amd64,x86
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@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 429c5e890f73..493a40c0a879 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 x86" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" |