diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-27 18:09:09 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-29 21:29:08 +0800 |
commit | e798a267fd9b39bb4b85b9dcd87c81cdfb6ab82a (patch) | |
tree | 7bc1d372d5e0a6b2988313f331c0ecd41f3111ac /app-editors/pluma | |
parent | dev-qt/qtsingleapplication: keyword ~riscv (diff) | |
download | gentoo-e798a267fd9b39bb4b85b9dcd87c81cdfb6ab82a.tar.gz gentoo-e798a267fd9b39bb4b85b9dcd87c81cdfb6ab82a.tar.bz2 gentoo-e798a267fd9b39bb4b85b9dcd87c81cdfb6ab82a.zip |
app-editors/pluma: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-editors/pluma')
-rw-r--r-- | app-editors/pluma/pluma-1.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma/pluma-1.24.2.ebuild b/app-editors/pluma/pluma-1.24.2.ebuild index 849ab407ba6e..b252f3c4b0e8 100644 --- a/app-editors/pluma/pluma-1.24.2.ebuild +++ b/app-editors/pluma/pluma-1.24.2.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} ) inherit mate python-single-r1 virtualx if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" fi DESCRIPTION="Pluma text editor for the MATE desktop" |