Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/
Date: Fri, 29 Oct 2021 13:31:20
Message-Id: 1635514148.e798a267fd9b39bb4b85b9dcd87c81cdfb6ab82a.dlan@gentoo
1 commit: e798a267fd9b39bb4b85b9dcd87c81cdfb6ab82a
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 27 18:09:09 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 13:29:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e798a267
7
8 app-editors/pluma: keyword ~riscv
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 app-editors/pluma/pluma-1.24.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/pluma/pluma-1.24.2.ebuild b/app-editors/pluma/pluma-1.24.2.ebuild
18 index 849ab407ba6..b252f3c4b0e 100644
19 --- a/app-editors/pluma/pluma-1.24.2.ebuild
20 +++ b/app-editors/pluma/pluma-1.24.2.ebuild
21 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} )
22 inherit mate python-single-r1 virtualx
23
24 if [[ ${PV} != 9999 ]]; then
25 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
27 fi
28
29 DESCRIPTION="Pluma text editor for the MATE desktop"