diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-09-10 12:44:10 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 22:15:14 +0100 |
commit | d313bf8e12205f65cca44a910ad2bf7a4feb4834 (patch) | |
tree | 579e027704b7122f7da243c7501a33a2e66650c2 /mate-base | |
parent | dev-libs/libmateweather: added ~arm64 keyword. (diff) | |
download | gentoo-d313bf8e12205f65cca44a910ad2bf7a4feb4834.tar.gz gentoo-d313bf8e12205f65cca44a910ad2bf7a4feb4834.tar.bz2 gentoo-d313bf8e12205f65cca44a910ad2bf7a4feb4834.zip |
mate-base/mate-applets: added ~arm64 keyword.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-applets/mate-applets-1.18.1.ebuild b/mate-base/mate-applets/mate-applets-1.18.1.ebuild index d1b6e7177f43..de826c083737 100644 --- a/mate-base/mate-applets/mate-applets-1.18.1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.18.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit mate python-single-r1 if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Applets for the MATE Desktop and Panel" |