diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-10-09 21:51:19 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 22:14:41 +0100 |
commit | c4019e24960ffde72027f648c2a6f6e6bc50d7c7 (patch) | |
tree | 93aa30ce3deb61c8833dc62715d1748fddc8d2c2 /mate-base | |
parent | mate-base/libmatekbd: added ~arm64 keyword. (diff) | |
download | gentoo-c4019e24960ffde72027f648c2a6f6e6bc50d7c7.tar.gz gentoo-c4019e24960ffde72027f648c2a6f6e6bc50d7c7.tar.bz2 gentoo-c4019e24960ffde72027f648c2a6f6e6bc50d7c7.zip |
mate-base/mate-control-center: added ~arm64 keyword.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-control-center/mate-control-center-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-control-center/mate-control-center-1.18.1.ebuild b/mate-base/mate-control-center/mate-control-center-1.18.1.ebuild index 6bf961c945c6..40a29327bdff 100644 --- a/mate-base/mate-control-center/mate-control-center-1.18.1.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.18.1.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="The MATE Desktop configuration tool" |