commit: b668de83ad303e855f0bfa2a9c7a822724488cc9 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com> AuthorDate: Sun Jan 3 17:56:23 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jan 3 18:35:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b668de83
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 <AT> gmail.com> Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> app-emulation/qemu/qemu-5.2.0-r1.ebuild | 3 ++- 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 1e1391ca41b..727692305af 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 d9b98ce0aa0..7e09941a8c5 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 ) "
