sys-apps/shadow: drop old setpgrp cross-compile workaround
authorMike Frysinger <vapier@gentoo.org>
Thu, 22 Dec 2016 07:27:14 +0000 (02:27 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 22 Dec 2016 07:33:06 +0000 (02:33 -0500)
Upstream dropped this code around the 4.1.5 release,
so we don't need to hack it ourselves anymore.

sys-apps/shadow/shadow-4.1.5.1-r1.ebuild
sys-apps/shadow/shadow-4.2.1-r1.ebuild
sys-apps/shadow/shadow-4.2.1-r2.ebuild
sys-apps/shadow/shadow-4.2.1.ebuild
sys-apps/shadow/shadow-4.4-r1.ebuild

index b2cd97dd918dd4071fd4238a3454b28795f07740..17b5d296849a30170825aab5a5d68cc1995bed94 100644 (file)
@@ -38,7 +38,6 @@ src_prepare() {
 }
 
 src_configure() {
-       tc-is-cross-compiler && export ac_cv_func_setpgrp_void=yes
        econf \
                --without-group-name-max-length \
                --without-tcb \
index b58fa8f97c91f9303873731abf6f167106b66926..4f48d81bb4e85347526bd33444ed1eb70bfa1ef1 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit eutils libtool toolchain-funcs pam multilib autotools
+inherit eutils libtool pam multilib autotools
 
 DESCRIPTION="Utilities to deal with user accounts"
 HOMEPAGE="http://shadow.pld.org.pl/ http://pkg-shadow.alioth.debian.org/"
@@ -46,7 +46,6 @@ src_prepare() {
 }
 
 src_configure() {
-       tc-is-cross-compiler && export ac_cv_func_setpgrp_void=yes
        econf \
                --without-group-name-max-length \
                --without-tcb \
index ba5a9e60becf08f26922afc016f4ae420a063c3f..bb1a9fbe59a1e03204027ce24231f2338b282be2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit eutils libtool toolchain-funcs pam multilib autotools
+inherit eutils libtool pam multilib autotools
 
 DESCRIPTION="Utilities to deal with user accounts"
 HOMEPAGE="http://shadow.pld.org.pl/ http://pkg-shadow.alioth.debian.org/"
@@ -50,7 +50,6 @@ src_prepare() {
 }
 
 src_configure() {
-       tc-is-cross-compiler && export ac_cv_func_setpgrp_void=yes
        econf \
                --without-group-name-max-length \
                --without-tcb \
index bab46d9e95cea689e9ec3f54092df2d1cdb85797..25888a64a0861b3bec0626b31ebea15aac38e9eb 100644 (file)
@@ -39,7 +39,6 @@ src_prepare() {
 }
 
 src_configure() {
-       tc-is-cross-compiler && export ac_cv_func_setpgrp_void=yes
        econf \
                --without-group-name-max-length \
                --without-tcb \
index 4c302d8ed8e7da75f0a5eeb5db2942cae28a2acc..d5a49b08884a9c52517e661d5e3b72769768444e 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-inherit eutils libtool toolchain-funcs pam multilib
+inherit eutils libtool pam multilib
 
 DESCRIPTION="Utilities to deal with user accounts"
 HOMEPAGE="https://github.com/shadow-maint/shadow http://pkg-shadow.alioth.debian.org/"
@@ -50,7 +50,6 @@ src_prepare() {
 }
 
 src_configure() {
-       tc-is-cross-compiler && export ac_cv_func_setpgrp_void=yes
        econf \
                --without-group-name-max-length \
                --without-tcb \