commit: 6e455ac6523115939a70d1ee5cd6b0ed0a5ff89f
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun Nov 24 16:55:09 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 21:12:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e455ac6
dev-libs/capstone: sync live
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-libs/capstone/capstone-9999.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-libs/capstone/capstone-9999.ebuild
b/dev-libs/capstone/capstone-9999.ebuild
index 8d6006b4688e..83121174ce92 100644
--- a/dev-libs/capstone/capstone-9999.ebuild
+++ b/dev-libs/capstone/capstone-9999.ebuild
@@ -32,7 +32,7 @@ fi
LICENSE="BSD"
SLOT="0/6" # libcapstone.so.6
-IUSE="python static-libs test"
+IUSE="python static-libs"
RDEPEND="python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
@@ -40,8 +40,6 @@ DEPEND="${RDEPEND}
BDEPEND="${DISTUTILS_DEPS}"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
PATCHES=(
# Currently "-Werror" is only added in the `next`-development branch,
but
# not merged into 5.* releases. Eventually this patch may be needed in
the
@@ -74,8 +72,8 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DBUILD_SHARED_LIBS=true
- -DCAPSTONE_BUILD_STATIC_RUNTIME=false
+ -DCAPSTONE_BUILD_SHARED_LIBS=true
+ -DCAPSTONE_BUILD_STATIC_LIBS=false
)
cmake_src_configure