From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-918681-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBE29139085 for <garchives@archives.gentoo.org>; Thu, 22 Dec 2016 07:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1C121C060; Thu, 22 Dec 2016 07:33:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1FFF21C060 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2016 07:33:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 839A4341149 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2016 07:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ED6424BA for <gentoo-commits@lists.gentoo.org>; Thu, 22 Dec 2016 07:33:17 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1482391986.2f18399a48a4b2599d279eb97d8c99673aa885c9.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/shadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: sys-apps/shadow/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2f18399a48a4b2599d279eb97d8c99673aa885c9 X-VCS-Branch: master Date: Thu, 22 Dec 2016 07:33:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41b75da4-f3a2-499a-89ec-5854d84bba0c X-Archives-Hash: ba7000c0961e8e311f95bd62f5ea1504 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 \