summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r--dev-libs/capstone/capstone-4.0.2-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild
index 7e0bcec945e3..893c06164671 100644
--- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild
+++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild
@@ -16,7 +16,8 @@ LICENSE="BSD"
SLOT="0/4" # libcapstone.so.4
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-RESTRICT="!test? ( test )"
+# A few disassembly outputs need an update
+RESTRICT="test"
IUSE="python static-libs test"
RDEPEND="python? ( ${PYTHON_DEPS} )"