diff options
author | 2018-02-11 14:19:27 +0100 | |
---|---|---|
committer | 2018-02-11 14:19:27 +0100 | |
commit | aa909b006576e40d02a73f00952ce44d48041cf4 (patch) | |
tree | 154a78fee0428ed07b39c593cacb61a73f6a9447 | |
parent | dev-python/python-caja: Bump to version 1.18.1 (diff) | |
download | gentoo-mate-aa909b006576e40d02a73f00952ce44d48041cf4.tar.gz gentoo-mate-aa909b006576e40d02a73f00952ce44d48041cf4.tar.bz2 gentoo-mate-aa909b006576e40d02a73f00952ce44d48041cf4.zip |
mate-extra/mate-calc: Sync with ::gentoo
Package-Manager: Portage-2.3.20, Repoman-2.3.6
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild b/mate-extra/mate-calc/mate-calc-1.18.0.ebuild index c978863..bc43f40 100644 --- a/mate-extra/mate-calc/mate-calc-1.18.0.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Calculator for MATE" |