Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/
Date: Sat, 27 Jun 2020 08:15:02
Message-Id: 1593245689.35386c3761b3885f4ae1f6b8c07c06867435e982.juippis@gentoo
1 commit: 35386c3761b3885f4ae1f6b8c07c06867435e982
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 08:14:25 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 08:14:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35386c37
7
8 media-gfx/sane-backends: update variable in 1.0.30
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 7b10feb9770..2748eaef313 100644
17 --- a/media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild
18 +++ b/media-gfx/sane-backends/sane-backends-1.0.30-r1.ebuild
19 @@ -200,7 +200,7 @@ multilib_src_configure() {
20 local lbackends=" "
21
22 use gphoto2 && lbackends="gphoto2"
23 - use v4l && lbackends="${BACKENDS} v4l"
24 + use v4l && lbackends="${lbackends} v4l"
25 for backend in ${IUSE_SANE_BACKENDS}; do
26 if use "sane_backends_${backend}" && [ ${backend} != pnm ]; then
27 lbackends="${lbackends} ${backend}"