commit:     2f18399a48a4b2599d279eb97d8c99673aa885c9
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 07:27:14 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 07:33:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f18399a

sys-apps/shadow: drop old setpgrp cross-compile workaround

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 | 1 -
 sys-apps/shadow/shadow-4.2.1-r1.ebuild   | 3 +--
 sys-apps/shadow/shadow-4.2.1-r2.ebuild   | 3 +--
 sys-apps/shadow/shadow-4.2.1.ebuild      | 1 -
 sys-apps/shadow/shadow-4.4-r1.ebuild     | 3 +--
 5 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild 
b/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild
index b2cd97d..17b5d29 100644
--- a/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild
@@ -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 \

diff --git a/sys-apps/shadow/shadow-4.2.1-r1.ebuild 
b/sys-apps/shadow/shadow-4.2.1-r1.ebuild
index b58fa8f..4f48d81 100644
--- a/sys-apps/shadow/shadow-4.2.1-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.2.1-r1.ebuild
@@ -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 \

diff --git a/sys-apps/shadow/shadow-4.2.1-r2.ebuild 
b/sys-apps/shadow/shadow-4.2.1-r2.ebuild
index ba5a9e6..bb1a9fb 100644
--- a/sys-apps/shadow/shadow-4.2.1-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.2.1-r2.ebuild
@@ -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 \

diff --git a/sys-apps/shadow/shadow-4.2.1.ebuild 
b/sys-apps/shadow/shadow-4.2.1.ebuild
index bab46d9..25888a6 100644
--- a/sys-apps/shadow/shadow-4.2.1.ebuild
+++ b/sys-apps/shadow/shadow-4.2.1.ebuild
@@ -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 \

diff --git a/sys-apps/shadow/shadow-4.4-r1.ebuild 
b/sys-apps/shadow/shadow-4.4-r1.ebuild
index 4c302d8..d5a49b0 100644
--- a/sys-apps/shadow/shadow-4.4-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.4-r1.ebuild
@@ -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 \

Reply via email to