diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 09:52:22 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 09:52:46 +0100 |
commit | c5d1d100d648b5353ebaa28c9c1cc8633b1e2994 (patch) | |
tree | 069042780e810c352d2a261845ac0ba62ba35776 /app-emulation | |
parent | dev-vcs/darcs: drop old (diff) | |
download | gentoo-c5d1d100d648b5353ebaa28c9c1cc8633b1e2994.tar.gz gentoo-c5d1d100d648b5353ebaa28c9c1cc8633b1e2994.tar.bz2 gentoo-c5d1d100d648b5353ebaa28c9c1cc8633b1e2994.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 764cce197cfa..29bcee2e8619 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 "$@" |