diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-07-11 11:17:07 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-12 04:09:58 +0100 |
commit | 605d086c0214e6ca8fa1ff5b62cc5d5e33a3aa47 (patch) | |
tree | d66fb0879fafeccaf7b8f2f0cab44de20d3f77ee | |
parent | app-office/gtg: add missing dependencies, fix tests (diff) | |
download | gentoo-605d086c0214e6ca8fa1ff5b62cc5d5e33a3aa47.tar.gz gentoo-605d086c0214e6ca8fa1ff5b62cc5d5e33a3aa47.tar.bz2 gentoo-605d086c0214e6ca8fa1ff5b62cc5d5e33a3aa47.zip |
app-emulation/virtualbox: revert QA fix for CFLAGS
It causes worse issues (the virtual machines do not start at all)
This is an emergency fix, so we can unmask the package
Bug: https://bugs.gentoo.org/843437
Closes: https://bugs.gentoo.org/856811
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26342
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild (renamed from app-emulation/virtualbox/virtualbox-6.1.34-r5.ebuild) | 7 | ||||
-rw-r--r-- | profiles/package.mask | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/virtualbox/virtualbox-6.1.34-r5.ebuild b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild index 428e491497ba..9aaf9e206961 100644 --- a/app-emulation/virtualbox/virtualbox-6.1.34-r5.ebuild +++ b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild @@ -299,13 +299,6 @@ src_configure() { if use amd64 && ! has_multilib_profile ; then myconf+=( --disable-vmmraw ) fi - - # bug #843437 - cat >> LocalConfig.kmk <<-EOF || die - CFLAGS=${CFLAGS} - CXXFLAGS=${CXXFLAGS} - EOF - # not an autoconf script edo ./configure "${myconf[@]}" diff --git a/profiles/package.mask b/profiles/package.mask index 7355d914cc2e..9dd06203385b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -82,10 +82,6 @@ games-engines/nazghul # Removal on 2022-08-09. Bug #857252. dev-python/pydispatcher -# David Seifert <soap@gentoo.org> (2022-07-07) -# Broken by recent fix attempts, bug #856811. ->app-emulation/virtualbox-6.1.34-r1 - # David Seifert <soap@gentoo.org> (2022-07-02) # Unmaintained, no response on bugs, stuck on python 3.9. If you # want to unmask these, you have to at least port them to python 3.10. |