commit: 605d086c0214e6ca8fa1ff5b62cc5d5e33a3aa47 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Mon Jul 11 08:17:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 03:09:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605d086c
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26342 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{virtualbox-6.1.34-r5.ebuild => virtualbox-6.1.34-r6.ebuild} | 7 ------- profiles/package.mask | 4 ---- 2 files changed, 11 deletions(-) diff --git a/app-emulation/virtualbox/virtualbox-6.1.34-r5.ebuild b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild similarity index 99% rename from app-emulation/virtualbox/virtualbox-6.1.34-r5.ebuild rename to 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 <[email protected]> (2022-07-07) -# Broken by recent fix attempts, bug #856811. ->app-emulation/virtualbox-6.1.34-r1 - # David Seifert <[email protected]> (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.
