Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/
Date: Sun, 23 Jan 2022 08:06:04
Message-Id: 1642925063.27c406469e8b296b255dda3a4856da847bf34f71.dlan@gentoo
1 commit: 27c406469e8b296b255dda3a4856da847bf34f71
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 9 11:47:57 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 23 08:04:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c40646
7
8 dev-libs/capstone: keyword ~riscv
9
10 Package-Manager: Portage-3.0.30, 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 dev-libs/capstone/capstone-4.0.2-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild
18 index c6854f19510c..9ce37b266b5f 100644
19 --- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild
20 +++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aquynh/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.ta
28
29 LICENSE="BSD"
30 SLOT="0/4" # libcapstone.so.4
31 -KEYWORDS="amd64 ~arm ~arm64 x86"
32 +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
33
34 # A few disassembly outputs need an update
35 RESTRICT="test"