commit:     a99a075d810bff2ba95b28506e4fc6213fdc8904
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 20:16:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 20:16:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99a075d

dev-cpp/tbb: drop obsolete filter-flags for GLIBCXX_ASSERTIONS

Closes: https://bugs.gentoo.org/872287
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/tbb/tbb-2021.7.0-r1.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild
index d88f920769a0..04d4abceddcf 100644
--- a/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.7.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake-multilib flag-o-matic
+inherit cmake-multilib
 
 DESCRIPTION="High level abstract threading library"
 HOMEPAGE="https://www.threadingbuildingblocks.org";
@@ -27,10 +27,6 @@ PATCHES=(
 )
 
 src_configure() {
-       # bug #872287
-       filter-flags -D_GLIBCXX_ASSERTIONS
-       append-cppflags -U_GLIBCXX_ASSERTIONS
-
        local mycmakeargs=(
                -DTBB_TEST=$(usex test)
                -DTBB_ENABLE_IPO=OFF

Reply via email to