diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-07-14 21:43:24 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-15 01:45:00 -0400 |
commit | 651d4a0b5ecc730f8ae45e9b8cab7baf5741c368 (patch) | |
tree | 1340bf98d2000bffabea4ddb873dcde133370706 /app-emulation | |
parent | app-emulation/wine-staging: add 9.13 (diff) | |
download | gentoo-651d4a0b5ecc730f8ae45e9b8cab7baf5741c368.tar.gz gentoo-651d4a0b5ecc730f8ae45e9b8cab7baf5741c368.tar.bz2 gentoo-651d4a0b5ecc730f8ae45e9b8cab7baf5741c368.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9.13.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
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=( |