From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 53BE21392E8 for ; Sun, 25 Jul 2021 15:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A04F9E0D8E; Sun, 25 Jul 2021 15:31:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AD86E0D8E for ; Sun, 25 Jul 2021 15:31:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C991335D04 for ; Sun, 25 Jul 2021 15:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7B6798 for ; Sun, 25 Jul 2021 15:31:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1627227109.c97dabece51af0cdb20d449ee65c0bc9997820ba.polynomial-c@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.9-r1.ebuild sys-apps/shadow/shadow-4.9.ebuild X-VCS-Directories: sys-apps/shadow/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c97dabece51af0cdb20d449ee65c0bc9997820ba X-VCS-Branch: master Date: Sun, 25 Jul 2021 15:31:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29eeef30-34b6-4cc4-b581-622af7d0e19b X-Archives-Hash: b54674666f187aa3351cfa3c09679fa3 commit: c97dabece51af0cdb20d449ee65c0bc9997820ba Author: Lars Wendler gentoo org> AuthorDate: Sun Jul 25 15:31:32 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jul 25 15:31:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97dabec sys-apps/shadow: Revbump to install man pages Signed-off-by: Lars Wendler gentoo.org> sys-apps/shadow/{shadow-4.9.ebuild => shadow-4.9-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/shadow/shadow-4.9.ebuild b/sys-apps/shadow/shadow-4.9-r1.ebuild similarity index 98% rename from sys-apps/shadow/shadow-4.9.ebuild rename to sys-apps/shadow/shadow-4.9-r1.ebuild index ae13c6e52b4..5b888d43b05 100644 --- a/sys-apps/shadow/shadow-4.9.ebuild +++ b/sys-apps/shadow/shadow-4.9-r1.ebuild @@ -114,6 +114,9 @@ set_login_opt() { src_install() { emake DESTDIR="${D}" suidperms=4711 install + # 4.9 regression: https://github.com/shadow-maint/shadow/issues/389 + emake DESTDIR="${D}" -C man install + # Remove libshadow and libmisc; see bug 37725 and the following # comment from shadow's README.linux: # Currently, libshadow.a is for internal use only, so if you see