diff options
author | Ettore Di Giacinto <mudler@gentoo.org> | 2018-01-27 18:01:58 +0100 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2018-02-11 14:21:27 +0100 |
commit | 5a830ab1683601bf56b884a6a4caa4d4d8307104 (patch) | |
tree | 7faa49fa174a5dec357b2e275ebbef97329980c7 /app-editors | |
parent | x11-misc/mozo: Sync with ::gentoo (diff) | |
download | gentoo-mate-5a830ab1683601bf56b884a6a4caa4d4d8307104.tar.gz gentoo-mate-5a830ab1683601bf56b884a6a4caa4d4d8307104.tar.bz2 gentoo-mate-5a830ab1683601bf56b884a6a4caa4d4d8307104.zip |
app-editors/pluma: Sync with ::gentoo
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/pluma/pluma-1.18.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/pluma/pluma-1.18.2.ebuild b/app-editors/pluma/pluma-1.18.2.ebuild index 65d4d2f..2dc7663 100644 --- a/app-editors/pluma/pluma-1.18.2.ebuild +++ b/app-editors/pluma/pluma-1.18.2.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 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) inherit mate multilib python-single-r1 virtualx if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Pluma text editor for the MATE desktop" |