diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-11-10 06:48:45 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-10 13:23:36 +0000 |
commit | 15f0a14de50456f1e60f443f3f562153873b47ac (patch) | |
tree | 5538da84e8a49b9a2c28a37c4dfbc1adc385dfb2 /media-gfx | |
parent | media-gfx/sane-backends: use multilib copied sources instead of mixing (diff) | |
download | gentoo-15f0a14de50456f1e60f443f3f562153873b47ac.tar.gz gentoo-15f0a14de50456f1e60f443f3f562153873b47ac.tar.bz2 gentoo-15f0a14de50456f1e60f443f3f562153873b47ac.zip |
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@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39255
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |