commit: 4aceddb3c9ce36990977a341d22a0f6b5fb1a698 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com> AuthorDate: Tue Jun 1 15:49:08 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 5 11:09:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aceddb3
app-emulation/libvirt: Update live ebuild There was some movement in the libvirt upstream and our live ebuild needs some updates. Firstly, since libvirt commit of v7.4.0-21-g08c13484da the 'apparmor_profiles' is a feature not an -Doption. Secondly, specify which branch is the master branch. Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com> Closes: https://github.com/gentoo/gentoo/pull/21075 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> app-emulation/libvirt/libvirt-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 2de18dcd6e2..ccc4f6f1ce7 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -10,6 +10,7 @@ inherit meson bash-completion-r1 linux-info python-any-r1 readme.gentoo-r1 tmpfi if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt.git" + EGIT_BRANCH="master" SRC_URI="" SLOT="0" else @@ -225,7 +226,7 @@ src_prepare() { src_configure() { local emesonargs=( $(meson_feature apparmor) - $(meson_use apparmor apparmor_profiles) + $(meson_feature apparmor apparmor_profiles) $(meson_feature audit) $(meson_feature caps capng) $(meson_feature dtrace)
