From 78e27b835d92071648f7f530c56fcac03d2648f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Oszk=C3=A1r=20D=C3=A9nes?= Date: Sun, 10 Apr 2022 20:45:58 +0200 Subject: [PATCH] dev-python/tweedledum: Fix pre-stripped QA notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/836802 Signed-off-by: Gábor Oszkár Dénes --- dev-python/tweedledum/tweedledum-1.1.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/tweedledum/tweedledum-1.1.1.ebuild b/dev-python/tweedledum/tweedledum-1.1.1.ebuild index 649aedc95a..d9d47d339b 100644 --- a/dev-python/tweedledum/tweedledum-1.1.1.ebuild +++ b/dev-python/tweedledum/tweedledum-1.1.1.ebuild @@ -25,6 +25,11 @@ BDEPEND=" distutils_enable_tests pytest +python_compile() { + local -x SKBUILD_CONFIGURE_OPTIONS="-DCMAKE_BUILD_TYPE=RelWithDebInfo" + distutils-r1_python_compile +} + python_test() { epytest python/test }