diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-14 19:20:56 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-14 19:23:45 +0300 |
commit | 0e6b3b6cc6fbeb26fd992574279734e84ea8b8ab (patch) | |
tree | 7462eb660285e3b82442a4dbf59d2f015a29250e /app-editors/pluma | |
parent | app-arch/engrampa: x86 stable wrt bug #682168 (diff) | |
download | gentoo-0e6b3b6cc6fbeb26fd992574279734e84ea8b8ab.tar.gz gentoo-0e6b3b6cc6fbeb26fd992574279734e84ea8b8ab.tar.bz2 gentoo-0e6b3b6cc6fbeb26fd992574279734e84ea8b8ab.zip |
app-editors/pluma: x86 stable wrt bug #682168
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'app-editors/pluma')
-rw-r--r-- | app-editors/pluma/pluma-1.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma/pluma-1.22.0.ebuild b/app-editors/pluma/pluma-1.22.0.ebuild index 390308876be8..cf7016392b87 100644 --- a/app-editors/pluma/pluma-1.22.0.ebuild +++ b/app-editors/pluma/pluma-1.22.0.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" |