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 AA9321382C5 for ; Wed, 13 Jan 2021 19:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FAEDE0970; Wed, 13 Jan 2021 19:01:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1AA27E0971 for ; Wed, 13 Jan 2021 19:01:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8DD4D340F42 for ; Wed, 13 Jan 2021 19:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE9532B for ; Wed, 13 Jan 2021 19:01:49 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1610564506.ff087acb69c4915a994b05f88502ef72c1c10e45.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.0.31.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ff087acb69c4915a994b05f88502ef72c1c10e45 X-VCS-Branch: master Date: Wed, 13 Jan 2021 19:01:49 +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: d0403b54-f0fe-41ba-b03f-feffdb4fe528 X-Archives-Hash: ff425c669a889e6ab13fd6292e912ca8 commit: ff087acb69c4915a994b05f88502ef72c1c10e45 Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 13 19:01:37 2021 +0000 Commit: Lars Wendler gentoo 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 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 '')