commit:     796edf36f0106903f2fd32ebe6c6bce3a6bf1be6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 05:10:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 05:12:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796edf36

dev-libs/openssl: tiny comment tidyup

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

 dev-libs/openssl/openssl-1.1.1o-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/openssl/openssl-1.1.1o-r1.ebuild 
b/dev-libs/openssl/openssl-1.1.1o-r1.ebuild
index 795b98f026c5..0e55dcc43e49 100644
--- a/dev-libs/openssl/openssl-1.1.1o-r1.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1o-r1.ebuild
@@ -132,7 +132,7 @@ src_prepare() {
 
        append-flags $(test-flags-CC -Wa,--noexecstack)
 
-       # Prefixify Configure shebang (#141906)
+       # Prefixify Configure shebang (bug #141906)
        sed \
                -e "1s,/usr/bin/env,${EPREFIX}&," \
                -i Configure || die
@@ -180,9 +180,10 @@ multilib_src_configure() {
        local krb5=$(has_version app-crypt/mit-krb5 && echo "MIT" || echo 
"Heimdal")
 
        # See if our toolchain supports __uint128_t.  If so, it's 64bit
-       # friendly and can use the nicely optimized code paths. #460790
+       # friendly and can use the nicely optimized code paths, bug #460790.
        local ec_nistp_64_gcc_128
-       # Disable it for now though #469976
+
+       # Disable it for now though (bug #469976)
        # echo "__uint128_t i;" > "${T}"/128.c
        # if ${CC} ${CFLAGS} -c "${T}"/128.c -o /dev/null >&/dev/null ; then
        #       ec_nistp_64_gcc_128="enable-ec_nistp_64_gcc_128"

Reply via email to