sys-libs/glibc: Remove remaining occurrences of in_iuse
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 5 May 2018 18:18:32 +0000 (20:18 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 5 May 2018 18:18:32 +0000 (20:18 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

sys-libs/glibc/glibc-2.19-r2.ebuild
sys-libs/glibc/glibc-2.27-r2.ebuild
sys-libs/glibc/glibc-9999.ebuild

index 1b071fb4d3d537df5ac0bcfe4c6e3aa3f185f028..b2b9a397b55cfb9c7a14cb3d6ad1e3155b43b8a1 100644 (file)
@@ -895,8 +895,8 @@ glibc_do_configure() {
                --with-bugurl=https://bugs.gentoo.org/
                --with-pkgversion="$(glibc_banner)"
                $(use_multiarch || echo --disable-multi-arch)
-               $(in_iuse systemtap && use_enable systemtap)
-               $(in_iuse nscd && use_enable nscd)
+               $(use_enable systemtap)
+               $(use_enable nscd)
                ${EXTRA_ECONF}
        )
 
@@ -904,8 +904,8 @@ glibc_do_configure() {
        myconf+=( $(use_enable vanilla timezone-tools) )
 
        # These libs don't have configure flags.
-       ac_cv_lib_audit_audit_log_user_avc_message=$(in_iuse audit && usex audit || echo no)
-       ac_cv_lib_cap_cap_init=$(in_iuse caps && usex caps || echo no)
+       ac_cv_lib_audit_audit_log_user_avc_message=$(usex audit || echo no)
+       ac_cv_lib_cap_cap_init=$(usex caps || echo no)
 
        # There is no configure option for this and we need to export it
        # since the glibc build will re-run configure on itself
@@ -1174,7 +1174,7 @@ glibc_do_src_install() {
        # With devpts under Linux mounted properly, we do not need the pt_chown
        # binary to be setuid.  This is because the default owners/perms will be
        # exactly what we want.
-       if in_iuse suid && ! use suid ; then
+       if ! use suid ; then
                find "${ED}" -name pt_chown -exec chmod -s {} +
        fi
 
index b45dd3a49214be98a3d9de856860424f31875589..3d2fa2400250d5c3b62c7aa44d60ba41d1ddb77b 100644 (file)
@@ -894,8 +894,8 @@ glibc_do_configure() {
                --with-bugurl=https://bugs.gentoo.org/
                --with-pkgversion="$(glibc_banner)"
                $(use_multiarch || echo --disable-multi-arch)
-               $(in_iuse systemtap && use_enable systemtap)
-               $(in_iuse nscd && use_enable nscd)
+               $(use_enable systemtap)
+               $(use_enable nscd)
                ${EXTRA_ECONF}
        )
 
@@ -903,8 +903,8 @@ glibc_do_configure() {
        myconf+=( $(use_enable vanilla timezone-tools) )
 
        # These libs don't have configure flags.
-       ac_cv_lib_audit_audit_log_user_avc_message=$(in_iuse audit && usex audit || echo no)
-       ac_cv_lib_cap_cap_init=$(in_iuse caps && usex caps || echo no)
+       ac_cv_lib_audit_audit_log_user_avc_message=$(usex audit || echo no)
+       ac_cv_lib_cap_cap_init=$(usex caps || echo no)
 
        # There is no configure option for this and we need to export it
        # since the glibc build will re-run configure on itself
@@ -1209,7 +1209,7 @@ glibc_do_src_install() {
        # With devpts under Linux mounted properly, we do not need the pt_chown
        # binary to be setuid.  This is because the default owners/perms will be
        # exactly what we want.
-       if in_iuse suid && ! use suid ; then
+       if ! use suid ; then
                find "${ED}" -name pt_chown -exec chmod -s {} +
        fi
 
index 7c5d09ab85acb6a8b75c3e80857afeb67eecbe05..ee82933c6632d527d49d4587e949593d693a3bcc 100644 (file)
@@ -886,8 +886,8 @@ glibc_do_configure() {
                --with-bugurl=https://bugs.gentoo.org/
                --with-pkgversion="$(glibc_banner)"
                $(use_multiarch || echo --disable-multi-arch)
-               $(in_iuse systemtap && use_enable systemtap)
-               $(in_iuse nscd && use_enable nscd)
+               $(use_enable systemtap)
+               $(use_enable nscd)
                ${EXTRA_ECONF}
        )
 
@@ -895,8 +895,8 @@ glibc_do_configure() {
        myconf+=( $(use_enable vanilla timezone-tools) )
 
        # These libs don't have configure flags.
-       ac_cv_lib_audit_audit_log_user_avc_message=$(in_iuse audit && usex audit || echo no)
-       ac_cv_lib_cap_cap_init=$(in_iuse caps && usex caps || echo no)
+       ac_cv_lib_audit_audit_log_user_avc_message=$(usex audit || echo no)
+       ac_cv_lib_cap_cap_init=$(usex caps || echo no)
 
        # There is no configure option for this and we need to export it
        # since the glibc build will re-run configure on itself
@@ -1201,7 +1201,7 @@ glibc_do_src_install() {
        # With devpts under Linux mounted properly, we do not need the pt_chown
        # binary to be setuid.  This is because the default owners/perms will be
        # exactly what we want.
-       if in_iuse suid && ! use suid ; then
+       if ! use suid ; then
                find "${ED}" -name pt_chown -exec chmod -s {} +
        fi