Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/
Date: Sat, 03 Jul 2021 07:10:02
Message-Id: 1625296196.9a92931a3b8f636be24f599a2de0f7b627ab117b.slyfox@gentoo
1 commit: 9a92931a3b8f636be24f599a2de0f7b627ab117b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 07:09:27 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 07:09:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a92931a
7
8 dev-libs/capstone: add RESTRICT=test
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-libs/capstone/capstone-4.0.2-r2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild
17 index 7e0bcec945e..893c0616467 100644
18 --- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild
19 +++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild
20 @@ -16,7 +16,8 @@ LICENSE="BSD"
21 SLOT="0/4" # libcapstone.so.4
22 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
23
24 -RESTRICT="!test? ( test )"
25 +# A few disassembly outputs need an update
26 +RESTRICT="test"
27
28 IUSE="python static-libs test"
29 RDEPEND="python? ( ${PYTHON_DEPS} )"