commit: ff087acb69c4915a994b05f88502ef72c1c10e45 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Wed Jan 13 19:01:37 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Wed Jan 13 19:01:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff087acb
media-gfx/sane-backends: Only enable poppler-glib for native ABI Bug: https://bugs.gentoo.org/765202 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> media-gfx/sane-backends/sane-backends-1.0.31.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild index 0c25d0ee829..27c595dd123 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild @@ -242,7 +242,7 @@ multilib_src_configure() { $(use_with usb) $(multilib_native_use_with snmp) - $(usex sane_backends_escl --with-poppler-glib '') + $(multilib_native_usex sane_backends_escl --with-poppler-glib '') # you can only enable this backend, not disable it... $(usex sane_backends_pnm --enable-pnm-backend '') $(usex sane_backends_mustek_pp --enable-parport-directio '')
