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 84CD6158020 for ; Mon, 28 Nov 2022 02:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A331DE08EF; Mon, 28 Nov 2022 02:50:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 799A8E08EF for ; Mon, 28 Nov 2022 02:50:48 +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 85A5B341158 for ; Mon, 28 Nov 2022 02:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B32062E for ; Mon, 28 Nov 2022 02:50:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1669603775.e12555e5e81966a3e8113735c4c6927b7b3eb81f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-9.1-r2.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e12555e5e81966a3e8113735c4c6927b7b3eb81f X-VCS-Branch: master Date: Mon, 28 Nov 2022 02:50:45 +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: 9dbe1e3b-1b03-4738-a363-408db0596613 X-Archives-Hash: 286559faa536787f43974c52cf637103 commit: e12555e5e81966a3e8113735c4c6927b7b3eb81f Author: Mike Gilbert gentoo org> AuthorDate: Mon Nov 28 02:48:06 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 28 02:49:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12555e5 sys-apps/coreutils: utilize use_with function for openssl --with-openssl is equivalent to --with-openssl=yes. --without-openssl is equivalent to --with-openssl=no. Bug: https://bugs.gentoo.org/883361 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/coreutils/coreutils-9.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/coreutils/coreutils-9.1-r2.ebuild b/sys-apps/coreutils/coreutils-9.1-r2.ebuild index b3dde9db2968..96a05ceb2241 100644 --- a/sys-apps/coreutils/coreutils-9.1-r2.ebuild +++ b/sys-apps/coreutils/coreutils-9.1-r2.ebuild @@ -134,7 +134,7 @@ src_configure() { $(use_enable multicall single-binary) $(use_enable xattr) $(use_with gmp libgmp) - --with-openssl=$(usex openssl yes no) + $(use_with openssl) ) if use gmp ; then