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 DFFC513835B for ; Tue, 30 Mar 2021 21:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE2ACE0824; Tue, 30 Mar 2021 21:45:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B2F91E0823 for ; Tue, 30 Mar 2021 21:45:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2AD39335CDE for ; Tue, 30 Mar 2021 21:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A703C639 for ; Tue, 30 Mar 2021 21:45:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617140743.c49495704d6cb88eceabfeedc467d144c10fb2c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild X-VCS-Directories: net-nds/tac_plus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c49495704d6cb88eceabfeedc467d144c10fb2c4 X-VCS-Branch: master Date: Tue, 30 Mar 2021 21:45: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: 284765ce-55b9-4721-8651-c632e3da612d X-Archives-Hash: 7eebf26f7ed2a181b5523b60862b1db9 commit: c49495704d6cb88eceabfeedc467d144c10fb2c4 Author: Sam James gentoo org> AuthorDate: Tue Mar 30 21:25:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 30 21:45:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4949570 net-nds/tac_plus: add missing net-libs/libnsl dep Fixes build with newer glibc. Closes: https://bugs.gentoo.org/644236 Signed-off-by: Sam James gentoo.org> net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild | 1 + net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild index 5d770f4652e..6f9e32eef0d 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild @@ -17,6 +17,7 @@ KEYWORDS="amd64 ppc x86" IUSE="debug finger maxsess tcpd skey static-libs" DEPEND=" + net-libs/libnsl sys-libs/pam skey? ( >=sys-auth/skey-1.1.5-r1 ) tcpd? ( sys-apps/tcp-wrappers ) diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild index ca11e1018e3..d9a7bd98090 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug finger maxsess tcpd skey static-libs" DEPEND=" + net-libs/libnsl sys-libs/pam skey? ( >=sys-auth/skey-1.1.5-r1 ) tcpd? ( sys-apps/tcp-wrappers )