commit:     78e27b835d92071648f7f530c56fcac03d2648f8
Author:     Gábor Oszkár Dénes <gaboroszkar <AT> protonmail <DOT> com>
AuthorDate: Sun Apr 10 18:45:58 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Apr 10 18:45:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e27b83

dev-python/tweedledum: Fix pre-stripped QA notice

Closes: https://bugs.gentoo.org/836802
Signed-off-by: Gábor Oszkár Dénes <gaboroszkar <AT> protonmail.com>

 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 649aedc95..d9d47d339 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
 }

Reply via email to