commit:     f9b3a0fbfd6625bbf87787d885ccf279bad17d7c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 04:20:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 04:20:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b3a0fb

media-gfx/sane-backends: always enable IPv6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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
index 77b5ec95218e..e319cc9e20b1 100644
--- a/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild
@@ -103,7 +103,7 @@ IUSE_SANE_BACKENDS=(
        xerox_mfp
 )
 
-IUSE="gphoto2 ipv6 snmp systemd threads usb v4l xinetd +zeroconf"
+IUSE="gphoto2 snmp systemd threads usb v4l xinetd +zeroconf"
 
 for GBACKEND in ${IUSE_SANE_BACKENDS[@]}; do
        case ${GBACKEND} in
@@ -254,14 +254,15 @@ multilib_src_configure() {
        # that break in many ways, bug #636202, #668232, #668350
        # People can refer to the "Programmer's Documentation" at 
http://www.sane-project.org/docs.html
        myconf+=(
+               --enable-ipv6
                --disable-locking
                $(use_with gphoto2)
                $(multilib_native_use_with systemd)
                $(use_with v4l)
-               $(use_enable ipv6)
                $(use_enable threads pthread)
                $(use_with zeroconf avahi)
        )
+
        ECONF_SOURCE="${S}" \
        SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \
        BACKENDS="${lbackends}" \

Reply via email to