From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCFC1158020 for ; Fri, 4 Nov 2022 04:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEC4EE0536; Fri, 4 Nov 2022 04:20:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B43B9E0536 for ; Fri, 4 Nov 2022 04:20:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B02E533E690 for ; Fri, 4 Nov 2022 04:20:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6F35F7 for ; Fri, 4 Nov 2022 04:20:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667535619.f9b3a0fbfd6625bbf87787d885ccf279bad17d7c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9b3a0fbfd6625bbf87787d885ccf279bad17d7c X-VCS-Branch: master Date: Fri, 4 Nov 2022 04:20:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa0ea2b2-5ad3-4692-97cb-f53fce5544a6 X-Archives-Hash: dec8e61dcc203bd3bf17b283bd832575 commit: f9b3a0fbfd6625bbf87787d885ccf279bad17d7c Author: Sam James gentoo org> AuthorDate: Fri Nov 4 04:20:19 2022 +0000 Commit: Sam James gentoo 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 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}" \