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 C789B158094 for ; Sun, 17 Jul 2022 09:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B579E0EC0; Sun, 17 Jul 2022 09:25:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2A33E0EC0 for ; Sun, 17 Jul 2022 09:25:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F3640340EEB for ; Sun, 17 Jul 2022 09:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49CBF326 for ; Sun, 17 Jul 2022 09:25:29 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1658049914.92ce1e0cf1298b1096f319b63ea5fd1a5f189190.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget2/wget2-2.0.1.ebuild net-misc/wget2/wget2-9999.ebuild X-VCS-Directories: net-misc/wget2/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 92ce1e0cf1298b1096f319b63ea5fd1a5f189190 X-VCS-Branch: master Date: Sun, 17 Jul 2022 09:25:29 +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: a56502b5-7046-4d35-9d9b-54be67dcef7d X-Archives-Hash: 7743b7fa8192335afadbaa233a893352 commit: 92ce1e0cf1298b1096f319b63ea5fd1a5f189190 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Jul 17 09:25:14 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Jul 17 09:25:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ce1e0c net-misc/wget2: proper configure flag for lzip Signed-off-by: Bernard Cafarelli gentoo.org> net-misc/wget2/wget2-2.0.1.ebuild | 2 +- net-misc/wget2/wget2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/wget2/wget2-2.0.1.ebuild b/net-misc/wget2/wget2-2.0.1.ebuild index 0640899212dd..ce2c19d3ae57 100644 --- a/net-misc/wget2/wget2-2.0.1.ebuild +++ b/net-misc/wget2/wget2-2.0.1.ebuild @@ -95,7 +95,7 @@ src_configure() { $(use_with gpgme) $(use_with http2 libnghttp2) $(use_with idn libidn2) - $(use_with lzip lz) + $(use_with lzip) $(use_with lzma) $(use_with pcre libpcre2) $(use_with psl libpsl) diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild index 0640899212dd..ce2c19d3ae57 100644 --- a/net-misc/wget2/wget2-9999.ebuild +++ b/net-misc/wget2/wget2-9999.ebuild @@ -95,7 +95,7 @@ src_configure() { $(use_with gpgme) $(use_with http2 libnghttp2) $(use_with idn libidn2) - $(use_with lzip lz) + $(use_with lzip) $(use_with lzma) $(use_with pcre libpcre2) $(use_with psl libpsl)