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/qemu/
Date: Mon, 08 Apr 2019 02:52:40
Message-Id: 1554690582.2fd0e188e866fd41fd2075c692ccf41684d9fabe.tamiko@gentoo
1 commit: 2fd0e188e866fd41fd2075c692ccf41684d9fabe
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 02:00:15 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 02:29:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd0e188
7
8 app-emulation/qemu: Fix check in pkg_postinst
9
10 Thanks to Garry Filakhtov for triaging and fixing this issue.
11
12 Closes: https://bugs.gentoo.org/681346
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
15
16 app-emulation/qemu/{qemu-3.1.0-r3.ebuild => qemu-3.1.0-r4.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-emulation/qemu/qemu-3.1.0-r3.ebuild b/app-emulation/qemu/qemu-3.1.0-r4.ebuild
20 similarity index 99%
21 rename from app-emulation/qemu/qemu-3.1.0-r3.ebuild
22 rename to app-emulation/qemu/qemu-3.1.0-r4.ebuild
23 index c0894a2ad47..ace3d191a4c 100644
24 --- a/app-emulation/qemu/qemu-3.1.0-r3.ebuild
25 +++ b/app-emulation/qemu/qemu-3.1.0-r4.ebuild
26 @@ -774,7 +774,7 @@ pkg_postinst() {
27 udev_reload
28 fi
29
30 - [[ -f ${D}/usr/libexec/qemu-bridge-helper ]] && \
31 + [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \
32 fcaps cap_net_admin /usr/libexec/qemu-bridge-helper
33
34 DISABLE_AUTOFORMATTING=true