commit:     c5d1d100d648b5353ebaa28c9c1cc8633b1e2994
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 08:52:22 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 08:52:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d1d100

app-emulation/qemu: syncl recent changes to live ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/qemu/qemu-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index 764cce197cf..29bcee2e861 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="ncurses,readline"
 
 PLOCALES="bg de_DE fr_FR hu it sv tr zh_CN"
@@ -416,6 +416,7 @@ qemu_src_configure() {
                --disable-containers # bug #732972
                --disable-guest-agent
                --disable-strip
+               --tls-priority="@QEMU,NORMAL" # bug #747928
 
                # bug #746752: TCG interpreter has a few limitations:
                # - it does not support FPU
@@ -452,7 +453,7 @@ qemu_src_configure() {
                        use_enable "$@"
                fi
        }
-       # Ennable option only for softmmu build, but not 'user' or 'tools'
+       # Enable option only for softmmu build, but not 'user' or 'tools'
        conf_softmmu() {
                if [[ ${buildtype} == "softmmu" ]] ; then
                        use_enable "$@"

Reply via email to