commit:     e12555e5e81966a3e8113735c4c6927b7b3eb81f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 02:48:06 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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

Reply via email to