commit: 9c2c6c5557de138caf4be38dcd672ce589ede0bd
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 07:57:49 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 07:58:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2c6c55
dev-libs/keystone: add RESTRICT=test
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-libs/keystone/keystone-0.9.2-r1.ebuild | 2 ++
dev-libs/keystone/keystone-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-libs/keystone/keystone-0.9.2-r1.ebuild
b/dev-libs/keystone/keystone-0.9.2-r1.ebuild
index 7b3c15d6842b..f54ae624af81 100644
--- a/dev-libs/keystone/keystone-0.9.2-r1.ebuild
+++ b/dev-libs/keystone/keystone-0.9.2-r1.ebuild
@@ -37,6 +37,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+RESTRICT=test # only regression tests
+
REQUIRED_USE="
|| ( ${ALL_LLVM_TARGETS[*]} )
python? ( ${PYTHON_REQUIRED_USE} )
diff --git a/dev-libs/keystone/keystone-9999.ebuild
b/dev-libs/keystone/keystone-9999.ebuild
index 7b3c15d6842b..f54ae624af81 100644
--- a/dev-libs/keystone/keystone-9999.ebuild
+++ b/dev-libs/keystone/keystone-9999.ebuild
@@ -37,6 +37,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+RESTRICT=test # only regression tests
+
REQUIRED_USE="
|| ( ${ALL_LLVM_TARGETS[*]} )
python? ( ${PYTHON_REQUIRED_USE} )