diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-10-09 21:59:34 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 22:14:34 +0100 |
commit | 41869d4e2d6e17f486261fc3b2ba727e6a204ac2 (patch) | |
tree | f4593b9815427c2ae82f88fc2afa80b6f7bc52ec /x11-wm | |
parent | gnome-extra/zenity: added ~arm64 keyword. (diff) | |
download | gentoo-41869d4e2d6e17f486261fc3b2ba727e6a204ac2.tar.gz gentoo-41869d4e2d6e17f486261fc3b2ba727e6a204ac2.tar.bz2 gentoo-41869d4e2d6e17f486261fc3b2ba727e6a204ac2.zip |
x11-wm/marco: added ~arm64 keyword.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/marco/marco-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/marco/marco-1.18.1.ebuild b/x11-wm/marco/marco-1.18.1.ebuild index c662c1eca330..3ee2fa3540d1 100644 --- a/x11-wm/marco/marco-1.18.1.ebuild +++ b/x11-wm/marco/marco-1.18.1.ebuild @@ -8,7 +8,7 @@ MATE2_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="MATE default window manager" |