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/scite/
Date: Fri, 29 Oct 2021 13:31:20
Message-Id: 1635514158.a5f28cf3d528768172edb4be3a19033be3b5be37.dlan@gentoo
1 commit: a5f28cf3d528768172edb4be3a19033be3b5be37
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 27 18:11:42 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 13:29:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f28cf3
7
8 app-editors/scite: 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/scite/scite-5.1.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/scite/scite-5.1.3.ebuild b/app-editors/scite/scite-5.1.3.ebuild
18 index d206fb1266d..54999f9fff3 100644
19 --- a/app-editors/scite/scite-5.1.3.ebuild
20 +++ b/app-editors/scite/scite-5.1.3.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://www.scintilla.org/${PN}${PV//./}.tgz -> ${P}.tgz"
22
23 LICENSE="HPND lua? ( MIT )"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
26 +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~arm-linux ~x86-linux"
27 IUSE="lua"
28
29 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"