From 651d4a0b5ecc730f8ae45e9b8cab7baf5741c368 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 14 Jul 2024 21:43:24 -0400 Subject: app-emulation/wine-staging: drop obsolete QA_FLAGS_IGNORED Probably no longer needed in 9.12 as well which did the bigger odbc changes, but have not tested that one and 9.13 has further changes which reminded me of it. Either way not super important as it was it just a bad check rather than flags actually being ignored. Signed-off-by: Ionen Wolkens --- app-emulation/wine-staging/wine-staging-9.13.ebuild | 1 - app-emulation/wine-staging/wine-staging-9999.ebuild | 1 - 2 files changed, 2 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/wine-staging/wine-staging-9.13.ebuild b/app-emulation/wine-staging/wine-staging-9.13.ebuild index f37334b9fc3c..701e686b693b 100644 --- a/app-emulation/wine-staging/wine-staging-9.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-9.13.ebuild @@ -171,7 +171,6 @@ QA_CONFIG_IMPL_DECL_SKIP=( __clear_cache # unused on amd64+x86 (bug #900334) res_getservers # false positive ) -QA_FLAGS_IGNORED="usr/lib/.*/wine/.*-unix/odbc32.so" # has no compiled objects QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index f37334b9fc3c..701e686b693b 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -171,7 +171,6 @@ QA_CONFIG_IMPL_DECL_SKIP=( __clear_cache # unused on amd64+x86 (bug #900334) res_getservers # false positive ) -QA_FLAGS_IGNORED="usr/lib/.*/wine/.*-unix/odbc32.so" # has no compiled objects QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( -- cgit v1.2.3-65-gdbad