summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-22 02:27:14 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-22 02:33:06 -0500
commit2f18399a48a4b2599d279eb97d8c99673aa885c9 (patch)
tree6578f58a8769a9e5b27057bd3ada9b6fa50c25f3
parentwww-apache/passenger: add 5.1.0, bug 603310 (diff)
downloadgentoo-2f18399a48a4b2599d279eb97d8c99673aa885c9.tar.gz
gentoo-2f18399a48a4b2599d279eb97d8c99673aa885c9.tar.bz2
gentoo-2f18399a48a4b2599d279eb97d8c99673aa885c9.zip
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.
-rw-r--r--sys-apps/shadow/shadow-4.1.5.1-r1.ebuild1
-rw-r--r--sys-apps/shadow/shadow-4.2.1-r1.ebuild3
-rw-r--r--sys-apps/shadow/shadow-4.2.1-r2.ebuild3
-rw-r--r--sys-apps/shadow/shadow-4.2.1.ebuild1
-rw-r--r--sys-apps/shadow/shadow-4.4-r1.ebuild3
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 b2cd97dd918d..17b5d296849a 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 b58fa8f97c91..4f48d81bb4e8 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 ba5a9e60becf..bb1a9fbe59a1 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 bab46d9e95ce..25888a64a086 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 4c302d8ed8e7..d5a49b08884a 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 \