diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-02 07:48:57 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-02 07:49:05 +0100 |
commit | 07f8187511b5ecb97747bb590b555053d331ec2f (patch) | |
tree | 15606c5414717912f6533efdd335733a78048834 /app-emulation/qemu | |
parent | app-emulation/qemu: drop upstreamed patch from live ebuild (diff) | |
download | gentoo-07f8187511b5ecb97747bb590b555053d331ec2f.tar.gz gentoo-07f8187511b5ecb97747bb590b555053d331ec2f.tar.bz2 gentoo-07f8187511b5ecb97747bb590b555053d331ec2f.zip |
app-emulation/qemu: add new sv locale to live ebuild
Reported-by: Joakim Tjernlund
Closes: https://bugs.gentoo.org/730226
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 0a1a7a2cde82..8b929852984f 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -6,7 +6,7 @@ EAPI="7" PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="ncurses,readline" -PLOCALES="bg de_DE fr_FR hu it tr zh_CN" +PLOCALES="bg de_DE fr_FR hu it sv tr zh_CN" FIRMWARE_ABI_VERSION="4.0.0-r50" |