Created attachment 570336 [details, diff] qemu-3.1.0-r1 ebuild filecaps flag fix While https://bugs.gentoo.org/675110 was fixed, it broke filecaps flag. The problem is that check is done in temporary install directory, however because action is performed in post-install phase, it should actually perform this change on the actual root directory. Without this change fcaps is just never executed, because "${D}/usr/libexec/qemu-bridge-helper" does not exist in the first place.
*** Bug 677152 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd0e188e866fd41fd2075c692ccf41684d9fabe commit 2fd0e188e866fd41fd2075c692ccf41684d9fabe Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2019-04-08 02:00:15 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2019-04-08 02:29:42 +0000 app-emulation/qemu: Fix check in pkg_postinst Thanks to Garry Filakhtov for triaging and fixing this issue. Closes: https://bugs.gentoo.org/681346 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthias Maier <tamiko@gentoo.org> app-emulation/qemu/{qemu-3.1.0-r3.ebuild => qemu-3.1.0-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)