diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2021-06-01 17:49:08 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-05 12:09:12 +0100 |
commit | 4aceddb3c9ce36990977a341d22a0f6b5fb1a698 (patch) | |
tree | 34c90bf739386181b52b8a9faa34b5b010e1645a /app-emulation/libvirt | |
parent | dev-python/dnspython: Port 2.1.0 to py3.10 (diff) | |
download | gentoo-4aceddb3c9ce36990977a341d22a0f6b5fb1a698.tar.gz gentoo-4aceddb3c9ce36990977a341d22a0f6b5fb1a698.tar.bz2 gentoo-4aceddb3c9ce36990977a341d22a0f6b5fb1a698.zip |
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@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/21075
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 2de18dcd6e20..ccc4f6f1ce73 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) |