From 8e0ec2e1d17eca09d695c4d55006c788cec7728e Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 23 May 2026 12:33:49 +0200 Subject: [PATCH] dev-python/graph-tool: sync live ebuild Signed-off-by: David Seifert --- dev-python/graph-tool/graph-tool-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild index 8e41bca558acd..cc59b5804ab43 100644 --- a/dev-python/graph-tool/graph-tool-9999.ebuild +++ b/dev-python/graph-tool/graph-tool-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,12} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit check-reqs python-r1 toolchain-funcs @@ -61,7 +61,6 @@ src_prepare() { src_configure() { my_configure() { econf \ - --disable-static \ $(use_enable openmp) \ $(use_enable cairo) \ --with-boost-python="boost_${EPYTHON/./}"