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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5EE0158042 for ; Sun, 10 Nov 2024 13:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 979D9E090A; Sun, 10 Nov 2024 13:24:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82C6DE090A for ; Sun, 10 Nov 2024 13:24:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3F7933BF39 for ; Sun, 10 Nov 2024 13:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30C4A1953 for ; Sun, 10 Nov 2024 13:24:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731245016.15f0a14de50456f1e60f443f3f562153873b47ac.sam@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.3.1-r1.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15f0a14de50456f1e60f443f3f562153873b47ac X-VCS-Branch: master Date: Sun, 10 Nov 2024 13:24:10 +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: fc297d2c-dc15-4b88-af9d-fa79d765c1b2 X-Archives-Hash: eecb07023ab34befc4a326b38e825d67 commit: 15f0a14de50456f1e60f443f3f562153873b47ac Author: Alfred Wingate protonmail com> AuthorDate: Sun Nov 10 04:48:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 10 13:23:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f0a14d media-gfx/sane-backends: drop unused variables Added in 2005 to the ebuild. Removed from the buildsystem in 2009. https://gitlab.com/sane-project/backends/-/commit/aef46252ccd317644ebbac307e8d0efb7f76846c Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39255 Signed-off-by: Sam James gentoo.org> media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild index d9c01b788ae2..3ae022e23d53 100644 --- a/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild @@ -247,7 +247,7 @@ multilib_src_configure() { $(use_with zeroconf avahi) ) - SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" BACKENDS="${lbackends}" econf "${myconf[@]}" + BACKENDS="${lbackends}" econf "${myconf[@]}" } multilib_src_compile() {