commit: 35386c3761b3885f4ae1f6b8c07c06867435e982
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 08:14:25 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 08:14:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35386c37
media-gfx/sane-backends: update variable in 1.0.30
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild
b/media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild
index 7b10feb9770..2748eaef313 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild
@@ -200,7 +200,7 @@ multilib_src_configure() {
local lbackends=" "
use gphoto2 && lbackends="gphoto2"
- use v4l && lbackends="${BACKENDS} v4l"
+ use v4l && lbackends="${lbackends} v4l"
for backend in ${IUSE_SANE_BACKENDS}; do
if use "sane_backends_${backend}" && [ ${backend} != pnm ]; then
lbackends="${lbackends} ${backend}"