diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-10-19 00:38:09 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 22:15:51 +0100 |
commit | ad6f70f0f9936de7e1c62d2199fc1fa9ca341c7b (patch) | |
tree | fee779fd16843a6cc12edaa17045bbae71f8b836 /mate-extra/mate-system-monitor | |
parent | sys-fs/udisks: added ~arm64 keyword. (diff) | |
download | gentoo-ad6f70f0f9936de7e1c62d2199fc1fa9ca341c7b.tar.gz gentoo-ad6f70f0f9936de7e1c62d2199fc1fa9ca341c7b.tar.bz2 gentoo-ad6f70f0f9936de7e1c62d2199fc1fa9ca341c7b.zip |
mate-extra/mate-system-monitor: added ~arm64 keyword.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'mate-extra/mate-system-monitor')
-rw-r--r-- | mate-extra/mate-system-monitor/mate-system-monitor-1.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.18.0.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.18.0.ebuild index 2f99dc8cf7bc..42201ba024fb 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.18.0.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.18.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="The MATE System Monitor" |