commit:     f94613eab6afb3a8af8a051a3f00dc6a71b0502a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 19:13:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 19:17:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94613ea

sys-libs/readline: drop kernel_Winnt cruft

Support is already gone.

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

 sys-libs/readline/readline-8.1_p2-r1.ebuild | 2 +-
 sys-libs/readline/readline-8.2_p1.ebuild    | 2 +-
 sys-libs/readline/readline-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/readline/readline-8.1_p2-r1.ebuild 
b/sys-libs/readline/readline-8.1_p2-r1.ebuild
index 8e926747c368..84edd8c8f750 100644
--- a/sys-libs/readline/readline-8.1_p2-r1.ebuild
+++ b/sys-libs/readline/readline-8.1_p2-r1.ebuild
@@ -141,7 +141,7 @@ src_configure() {
        # In cases where the C library doesn't support wide characters, readline
        # itself won't work correctly, so forcing the answer below should be OK.
        if tc-is-cross-compiler ; then
-               use kernel_Winnt || export bash_cv_func_sigsetjmp='present'
+               export bash_cv_func_sigsetjmp='present'
                export bash_cv_func_ctype_nonascii='yes'
                export bash_cv_wcwidth_broken='no' #503312
        fi

diff --git a/sys-libs/readline/readline-8.2_p1.ebuild 
b/sys-libs/readline/readline-8.2_p1.ebuild
index 29aa8e80be60..bc5e7e68325c 100644
--- a/sys-libs/readline/readline-8.2_p1.ebuild
+++ b/sys-libs/readline/readline-8.2_p1.ebuild
@@ -168,7 +168,7 @@ src_configure() {
        # In cases where the C library doesn't support wide characters, readline
        # itself won't work correctly, so forcing the answer below should be OK.
        if tc-is-cross-compiler ; then
-               use kernel_Winnt || export bash_cv_func_sigsetjmp="present"
+               export bash_cv_func_sigsetjmp="present"
                export bash_cv_func_ctype_nonascii="yes"
                # bug #503312
                export bash_cv_wcwidth_broken="no"

diff --git a/sys-libs/readline/readline-9999.ebuild 
b/sys-libs/readline/readline-9999.ebuild
index 29aa8e80be60..bc5e7e68325c 100644
--- a/sys-libs/readline/readline-9999.ebuild
+++ b/sys-libs/readline/readline-9999.ebuild
@@ -168,7 +168,7 @@ src_configure() {
        # In cases where the C library doesn't support wide characters, readline
        # itself won't work correctly, so forcing the answer below should be OK.
        if tc-is-cross-compiler ; then
-               use kernel_Winnt || export bash_cv_func_sigsetjmp="present"
+               export bash_cv_func_sigsetjmp="present"
                export bash_cv_func_ctype_nonascii="yes"
                # bug #503312
                export bash_cv_wcwidth_broken="no"

Reply via email to