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 F03751382C5 for ; Thu, 14 Jan 2021 07:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37A39E0871; Thu, 14 Jan 2021 07:51:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1C4C5E0871 for ; Thu, 14 Jan 2021 07:51:32 +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 C08C9335DB3 for ; Thu, 14 Jan 2021 07:51:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09C7432B for ; Thu, 14 Jan 2021 07:51:29 +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: <1610610685.7d09842f4db2651a779797177ec6f842a2964d1e.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: 7d09842f4db2651a779797177ec6f842a2964d1e X-VCS-Branch: master Date: Thu, 14 Jan 2021 07:51:29 +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: 02f15fe6-0f00-4c91-b8f4-26dac20ba165 X-Archives-Hash: 60ed417f27f26c619b1d30d414e24589 commit: 7d09842f4db2651a779797177ec6f842a2964d1e Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 14 07:51:19 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 14 07:51:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d09842f media-gfx/sane-backends: Another attempt to fix poppler-glib issue Bug: https://bugs.gentoo.org/765379 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 27c595dd123..acb6d8ba149 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) - $(multilib_native_usex sane_backends_escl --with-poppler-glib '') + $(multilib_native_use_with sane_backends_escl 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 '')