From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FCAF138334 for ; Wed, 5 Dec 2018 12:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 136C6E0965; Wed, 5 Dec 2018 12:49:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D86DCE0965 for ; Wed, 5 Dec 2018 12:49:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67ACA335CA6 for ; Wed, 5 Dec 2018 12:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3AC72A7 for ; Wed, 5 Dec 2018 12:49:19 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1544013812.ca3a5c1bc65bfb8b8456a8ab16a83efeec973e82.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/zbar/zbar-0.20.1.ebuild X-VCS-Directories: media-gfx/zbar/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: ca3a5c1bc65bfb8b8456a8ab16a83efeec973e82 X-VCS-Branch: master Date: Wed, 5 Dec 2018 12:49:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd780315-e8e4-4f06-afb5-f40a76bd5254 X-Archives-Hash: 921c85f670a08c3c14f44147fb60ad54 commit: ca3a5c1bc65bfb8b8456a8ab16a83efeec973e82 Author: Louis Sautier gentoo org> AuthorDate: Wed Dec 5 12:28:13 2018 +0000 Commit: Louis Sautier gentoo 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 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() {