diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-01-03 12:56:23 -0500 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 18:35:07 +0000 |
commit | b668de83ad303e855f0bfa2a9c7a822724488cc9 (patch) | |
tree | c72e1155c1e3d84d1ab9b1612057c0631371fafe /app-emulation | |
parent | app-editors/gedit-plugins: fix build with USE=-python (diff) | |
download | gentoo-b668de83ad303e855f0bfa2a9c7a822724488cc9.tar.gz gentoo-b668de83ad303e855f0bfa2a9c7a822724488cc9.tar.bz2 gentoo-b668de83ad303e855f0bfa2a9c7a822724488cc9.zip |
app-emulation/qemu: add udev REQUIRED_USE for multipath
Closes: https://bugs.gentoo.org/763285
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.2.0-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-5.2.0-r1.ebuild b/app-emulation/qemu/qemu-5.2.0-r1.ebuild index 1e1391ca41b8..727692305af6 100644 --- a/app-emulation/qemu/qemu-5.2.0-r1.ebuild +++ b/app-emulation/qemu/qemu-5.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -72,6 +72,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} vhost-user-fs? ( caps seccomp ) virtfs? ( caps xattr ) vte? ( gtk ) + multipath? ( udev ) plugins? ( !static !static-user ) " diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index d9b98ce0aa0e..7e09941a8c50 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -72,6 +72,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} vhost-user-fs? ( caps seccomp ) virtfs? ( caps xattr ) vte? ( gtk ) + multipath? ( udev ) plugins? ( !static !static-user ) " |