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: 1581003947.b21f8f131eb16d8d707524403169594afb1ee4e2.tamiko@gentoo
1 commit: b21f8f131eb16d8d707524403169594afb1ee4e2
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Tue Feb 4 11:30:24 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 15:45:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21f8f13
7
8 app-emulation/libvirt-9999: Apply rebased do-not-use-sysconf.patch
9
10 In a20edcb72406f0e07390c52ca17ac94665cafda0 the
11 do-not-use-sysconf patch was rebased onto current upstream.
12 However, the live ebuild was not updated and so it still
13 tries to apply the old patch, which fails.
14
15 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
16 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
17
18 app-emulation/libvirt/libvirt-9999.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
22 index e3e4329828f..2d7662034fd 100644
23 --- a/app-emulation/libvirt/libvirt-9999.ebuild
24 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
25 @@ -124,8 +124,8 @@ DEPEND="${RDEPEND}
26 virtual/pkgconfig"
27
28 PATCHES=(
29 - "${FILESDIR}"/${PN}-5.7.0-do-not-use-sysconf.patch
30 "${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch
31 + "${FILESDIR}"/${PN}-6.0.0-do-not-use-sysconf.patch
32 )
33
34 pkg_setup() {