commit: 15f0a14de50456f1e60f443f3f562153873b47ac Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Nov 10 04:48:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39255 Signed-off-by: Sam James <sam <AT> 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() {
