Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/
Date: Fri, 04 Nov 2022 04:20:31
Message-Id: 1667535619.f9b3a0fbfd6625bbf87787d885ccf279bad17d7c.sam@gentoo
1 commit: f9b3a0fbfd6625bbf87787d885ccf279bad17d7c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 04:20:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 04:20:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b3a0fb
7
8 media-gfx/sane-backends: always enable IPv6
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild
16 index 77b5ec95218e..e319cc9e20b1 100644
17 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild
18 +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild
19 @@ -103,7 +103,7 @@ IUSE_SANE_BACKENDS=(
20 xerox_mfp
21 )
22
23 -IUSE="gphoto2 ipv6 snmp systemd threads usb v4l xinetd +zeroconf"
24 +IUSE="gphoto2 snmp systemd threads usb v4l xinetd +zeroconf"
25
26 for GBACKEND in ${IUSE_SANE_BACKENDS[@]}; do
27 case ${GBACKEND} in
28 @@ -254,14 +254,15 @@ multilib_src_configure() {
29 # that break in many ways, bug #636202, #668232, #668350
30 # People can refer to the "Programmer's Documentation" at http://www.sane-project.org/docs.html
31 myconf+=(
32 + --enable-ipv6
33 --disable-locking
34 $(use_with gphoto2)
35 $(multilib_native_use_with systemd)
36 $(use_with v4l)
37 - $(use_enable ipv6)
38 $(use_enable threads pthread)
39 $(use_with zeroconf avahi)
40 )
41 +
42 ECONF_SOURCE="${S}" \
43 SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \
44 BACKENDS="${lbackends}" \