diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-09-10 13:13:44 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 22:14:53 +0100 |
commit | ecd19c783b4a63b7eb2795877229d7292846feee (patch) | |
tree | 6142dc68a03c1cbaf1013927cd335680fddf0849 /mate-extra/mate-polkit | |
parent | dev-libs/libappindicator: added ~arm64 keyword. (diff) | |
download | gentoo-ecd19c783b4a63b7eb2795877229d7292846feee.tar.gz gentoo-ecd19c783b4a63b7eb2795877229d7292846feee.tar.bz2 gentoo-ecd19c783b4a63b7eb2795877229d7292846feee.zip |
mate-extra/mate-polkit: added ~arm64 keyword.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'mate-extra/mate-polkit')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild index 1f0aa4fde187..253ff2a47427 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.18.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" |