Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/
Date: Wed, 05 Dec 2018 12:49:27
Message-Id: 1544013812.ca3a5c1bc65bfb8b8456a8ab16a83efeec973e82.sbraz@gentoo
1 commit: ca3a5c1bc65bfb8b8456a8ab16a83efeec973e82
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 12:28:13 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 12:43:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3a5c1b
7
8 media-gfx/zbar: fix multilib build with USE="v4l qt5"
9
10 Closes: https://bugs.gentoo.org/672184
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 media-gfx/zbar/zbar-0.20.1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/zbar/zbar-0.20.1.ebuild b/media-gfx/zbar/zbar-0.20.1.ebuild
18 index 643a3a60ea9..b62121e32e5 100644
19 --- a/media-gfx/zbar/zbar-0.20.1.ebuild
20 +++ b/media-gfx/zbar/zbar-0.20.1.ebuild
21 @@ -132,8 +132,9 @@ multilib_src_configure() {
22 ECONF_SOURCE=${S} \
23 econf "${myeconfargs[@]}"
24
25 - # work-around out-of-source build issue
26 - mkdir gtk pygtk qt test || die
27 + # work around out-of-source build issues for multilib systems
28 + # https://bugs.gentoo.org/672184
29 + mkdir gtk pygtk qt test zbarcam || die
30 }
31
32 src_test() {