commit: ca3a5c1bc65bfb8b8456a8ab16a83efeec973e82 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Wed Dec 5 12:28:13 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Wed Dec 5 12:43:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3a5c1b
media-gfx/zbar: fix multilib build with USE="v4l qt5" Closes: https://bugs.gentoo.org/672184 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> media-gfx/zbar/zbar-0.20.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-gfx/zbar/zbar-0.20.1.ebuild b/media-gfx/zbar/zbar-0.20.1.ebuild index 643a3a60ea9..b62121e32e5 100644 --- a/media-gfx/zbar/zbar-0.20.1.ebuild +++ b/media-gfx/zbar/zbar-0.20.1.ebuild @@ -132,8 +132,9 @@ multilib_src_configure() { ECONF_SOURCE=${S} \ econf "${myeconfargs[@]}" - # work-around out-of-source build issue - mkdir gtk pygtk qt test || die + # work around out-of-source build issues for multilib systems + # https://bugs.gentoo.org/672184 + mkdir gtk pygtk qt test zbarcam || die } src_test() {
