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 /sys-apps/shadow/shadow-4.4-r1.ebuild
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.
Diffstat (limited to 'sys-apps/shadow/shadow-4.4-r1.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.4-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
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 \