Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Thu, 06 Feb 2020 15:52:30
Message-Id: 1581003940.c5965f2abd342f742793ea8ba50b94f6a50146bb.tamiko@gentoo
1 commit: c5965f2abd342f742793ea8ba50b94f6a50146bb
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Tue Feb 4 11:15:10 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 15:45:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5965f2a
7
8 app-emulation/libvirt-9999: Don't apply apparmor patch
9
10 The live ebuild of libvirt applies fix-paths-for-apparmor patch
11 which fixes paths in profiles so that the libexec path is
12 honoured. However, in upstream I've made necessary changes so
13 that the correct paths are generated into the profiles (upstream
14 patches v6.0.0-270-gbb4ab7ac91 v6.0.0-269-g5c8bd31c88
15 v6.0.0-218-g8f204fb4da). Therefore, it is no longer necessary for
16 the ebuild to apply the patch.
17
18 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
19 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
20
21 app-emulation/libvirt/libvirt-9999.ebuild | 1 -
22 1 file changed, 1 deletion(-)
23
24 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
25 index 9384fc65cd5..e3e4329828f 100644
26 --- a/app-emulation/libvirt/libvirt-9999.ebuild
27 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
28 @@ -126,7 +126,6 @@ DEPEND="${RDEPEND}
29 PATCHES=(
30 "${FILESDIR}"/${PN}-5.7.0-do-not-use-sysconf.patch
31 "${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch
32 - "${FILESDIR}"/${PN}-5.2.0-fix-paths-for-apparmor.patch
33 )
34
35 pkg_setup() {