diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/zbar/zbar-0.20.1.ebuild | 5 |
1 files 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 643a3a60ea9d..b62121e32e5c 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() { |