commit:     128b67b00ebf59a18d47cbdaec3d7346ccd2932a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 20:07:19 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 20:07:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128b67b0

sys-apps/busybox: remove uclibc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/busybox/busybox-1.32.1-r1.ebuild | 10 ++--------
 sys-apps/busybox/busybox-1.33.1-r2.ebuild | 10 ++--------
 sys-apps/busybox/busybox-1.33.1.ebuild    | 10 ++--------
 sys-apps/busybox/busybox-1.34.1.ebuild    | 10 ++--------
 sys-apps/busybox/busybox-9999.ebuild      | 10 ++--------
 5 files changed, 10 insertions(+), 40 deletions(-)

diff --git a/sys-apps/busybox/busybox-1.32.1-r1.ebuild 
b/sys-apps/busybox/busybox-1.32.1-r1.ebuild
index 1c5b765c9cfb..962ff5a9bfeb 100644
--- a/sys-apps/busybox/busybox-1.32.1-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.32.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -141,7 +141,7 @@ src_configure() {
                busybox_config_option n FEATURE_VI_REGEX_SEARCH
        fi
 
-       # If these are not set and we are using a uclibc/busybox setup
+       # If these are not set and we are using a busybox setup
        # all calls to system() will fail.
        busybox_config_option y ASH
        busybox_config_option y SH_IS_ASH
@@ -165,12 +165,6 @@ src_configure() {
        busybox_config_option systemd FEATURE_SYSTEMD
        busybox_config_option math FEATURE_AWK_LIBM
 
-       # disable features that uClibc doesn't (yet?) provide.
-       if use elibc_uclibc; then
-               busybox_config_option n FEATURE_SYNC_FANCY #567598
-               busybox_config_option n NSENTER
-       fi
-
        # all the debug options are compiler related, so punt them
        busybox_config_option n DEBUG_SANITIZE
        busybox_config_option n DEBUG

diff --git a/sys-apps/busybox/busybox-1.33.1-r2.ebuild 
b/sys-apps/busybox/busybox-1.33.1-r2.ebuild
index 4f79e3d15633..169995d3ca48 100644
--- a/sys-apps/busybox/busybox-1.33.1-r2.ebuild
+++ b/sys-apps/busybox/busybox-1.33.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -149,7 +149,7 @@ src_configure() {
                busybox_config_option n FEATURE_SH_STANDALONE
        fi
 
-       # If these are not set and we are using a uclibc/busybox setup
+       # If these are not set and we are using a busybox setup
        # all calls to system() will fail.
        busybox_config_option y ASH
        busybox_config_option y SH_IS_ASH
@@ -173,12 +173,6 @@ src_configure() {
        busybox_config_option systemd FEATURE_SYSTEMD
        busybox_config_option math FEATURE_AWK_LIBM
 
-       # disable features that uClibc doesn't (yet?) provide.
-       if use elibc_uclibc; then
-               busybox_config_option n FEATURE_SYNC_FANCY #567598
-               busybox_config_option n NSENTER
-       fi
-
        # all the debug options are compiler related, so punt them
        busybox_config_option n DEBUG_SANITIZE
        busybox_config_option n DEBUG

diff --git a/sys-apps/busybox/busybox-1.33.1.ebuild 
b/sys-apps/busybox/busybox-1.33.1.ebuild
index e9062e18e44c..1ba499654370 100644
--- a/sys-apps/busybox/busybox-1.33.1.ebuild
+++ b/sys-apps/busybox/busybox-1.33.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -141,7 +141,7 @@ src_configure() {
                busybox_config_option n FEATURE_VI_REGEX_SEARCH
        fi
 
-       # If these are not set and we are using a uclibc/busybox setup
+       # If these are not set and we are using a busybox setup
        # all calls to system() will fail.
        busybox_config_option y ASH
        busybox_config_option y SH_IS_ASH
@@ -165,12 +165,6 @@ src_configure() {
        busybox_config_option systemd FEATURE_SYSTEMD
        busybox_config_option math FEATURE_AWK_LIBM
 
-       # disable features that uClibc doesn't (yet?) provide.
-       if use elibc_uclibc; then
-               busybox_config_option n FEATURE_SYNC_FANCY #567598
-               busybox_config_option n NSENTER
-       fi
-
        # all the debug options are compiler related, so punt them
        busybox_config_option n DEBUG_SANITIZE
        busybox_config_option n DEBUG

diff --git a/sys-apps/busybox/busybox-1.34.1.ebuild 
b/sys-apps/busybox/busybox-1.34.1.ebuild
index b1a831ef90de..693ba522154c 100644
--- a/sys-apps/busybox/busybox-1.34.1.ebuild
+++ b/sys-apps/busybox/busybox-1.34.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -149,7 +149,7 @@ src_configure() {
                busybox_config_option n FEATURE_SH_STANDALONE
        fi
 
-       # If these are not set and we are using a uclibc/busybox setup
+       # If these are not set and we are using a busybox setup
        # all calls to system() will fail.
        busybox_config_option y ASH
        busybox_config_option y SH_IS_ASH
@@ -173,12 +173,6 @@ src_configure() {
        busybox_config_option systemd FEATURE_SYSTEMD
        busybox_config_option math FEATURE_AWK_LIBM
 
-       # disable features that uClibc doesn't (yet?) provide.
-       if use elibc_uclibc; then
-               busybox_config_option n FEATURE_SYNC_FANCY #567598
-               busybox_config_option n NSENTER
-       fi
-
        # all the debug options are compiler related, so punt them
        busybox_config_option n DEBUG_SANITIZE
        busybox_config_option n DEBUG

diff --git a/sys-apps/busybox/busybox-9999.ebuild 
b/sys-apps/busybox/busybox-9999.ebuild
index 4a2e50fc5d8a..9cca9167e60a 100644
--- a/sys-apps/busybox/busybox-9999.ebuild
+++ b/sys-apps/busybox/busybox-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -149,7 +149,7 @@ src_configure() {
                busybox_config_option n FEATURE_SH_STANDALONE
        fi
 
-       # If these are not set and we are using a uclibc/busybox setup
+       # If these are not set and we are using a busybox setup
        # all calls to system() will fail.
        busybox_config_option y ASH
        busybox_config_option y SH_IS_ASH
@@ -173,12 +173,6 @@ src_configure() {
        busybox_config_option systemd FEATURE_SYSTEMD
        busybox_config_option math FEATURE_AWK_LIBM
 
-       # disable features that uClibc doesn't (yet?) provide.
-       if use elibc_uclibc; then
-               busybox_config_option n FEATURE_SYNC_FANCY #567598
-               busybox_config_option n NSENTER
-       fi
-
        # all the debug options are compiler related, so punt them
        busybox_config_option n DEBUG_SANITIZE
        busybox_config_option n DEBUG

Reply via email to