diff options
Diffstat (limited to 'mate-extra/mate-polkit')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild index aa4a62e0e40a..846326c57f5f 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild @@ -5,8 +5,11 @@ EAPI=8 inherit mate -if [[ ${PV} != 9999 ]]; then +MINOR=$((ver_cut 2) % 2) +if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +else + KEYWORDS="" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" |