diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-08 00:41:14 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-08 00:44:27 -0400 |
commit | 4b6771a43dbce67e8c359c3cd920de15150a8cdc (patch) | |
tree | f0e1ca8c287ff7f9b53447e0bf91b5b63757eadb /app-editors | |
parent | x11-misc/mozo: Drop old (diff) | |
download | gentoo-4b6771a43dbce67e8c359c3cd920de15150a8cdc.tar.gz gentoo-4b6771a43dbce67e8c359c3cd920de15150a8cdc.tar.bz2 gentoo-4b6771a43dbce67e8c359c3cd920de15150a8cdc.zip |
app-editors/pluma: Stabilize 1.22.2 for amd64,x86
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/pluma/pluma-1.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma/pluma-1.22.2.ebuild b/app-editors/pluma/pluma-1.22.2.ebuild index f1278f5501c6..1ed9fe553283 100644 --- a/app-editors/pluma/pluma-1.22.2.ebuild +++ b/app-editors/pluma/pluma-1.22.2.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) inherit mate python-single-r1 virtualx if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Pluma text editor for the MATE desktop" |