From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1296158-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 039671382C5
	for <garchives@archives.gentoo.org>; Tue, 22 Jun 2021 22:38:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4E77FE0827;
	Tue, 22 Jun 2021 22:38:14 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 34C8FE0827
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 22:38:14 +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 1CCA833FEB6
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 22:38:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B32A7B3
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 22:38:11 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1624400955.136c8e2c484fc372112be7dbdc5619bbc20b8b49.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-shells/tcsh/tcsh-6.22.02-r1.ebuild app-shells/tcsh/tcsh-6.22.02.ebuild app-shells/tcsh/tcsh-6.22.04-r1.ebuild app-shells/tcsh/tcsh-6.22.04.ebuild
X-VCS-Directories: app-shells/tcsh/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 136c8e2c484fc372112be7dbdc5619bbc20b8b49
X-VCS-Branch: master
Date: Tue, 22 Jun 2021 22:38:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: af34932d-c501-484d-bedf-69fa99bf2e4b
X-Archives-Hash: a0100abb381dd32ceed8ca5fd4bbbf98

commit:     136c8e2c484fc372112be7dbdc5619bbc20b8b49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 21:58:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 22:29:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136c8e2c

app-shells/tcsh: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert <soap <AT> gentoo.org>
Reported-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/tcsh/{tcsh-6.22.02.ebuild => tcsh-6.22.02-r1.ebuild} | 1 +
 app-shells/tcsh/{tcsh-6.22.04.ebuild => tcsh-6.22.04-r1.ebuild} | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-shells/tcsh/tcsh-6.22.02.ebuild b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
similarity index 99%
rename from app-shells/tcsh/tcsh-6.22.02.ebuild
rename to app-shells/tcsh/tcsh-6.22.02-r1.ebuild
index b5d2662737f..962d72644d4 100644
--- a/app-shells/tcsh/tcsh-6.22.02.ebuild
+++ b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 # we need gettext because we run autoconf (AM_ICONV)
 RDEPEND="
 	>=sys-libs/ncurses-5.1:0=
+	virtual/libcrypt:=
 	virtual/libiconv"
 DEPEND="${RDEPEND}
 	sys-devel/gettext

diff --git a/app-shells/tcsh/tcsh-6.22.04.ebuild b/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
similarity index 99%
rename from app-shells/tcsh/tcsh-6.22.04.ebuild
rename to app-shells/tcsh/tcsh-6.22.04-r1.ebuild
index 41835e196fe..da1bb0b9c52 100644
--- a/app-shells/tcsh/tcsh-6.22.04.ebuild
+++ b/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 # we need gettext because we run autoconf (AM_ICONV)
 RDEPEND="
 	>=sys-libs/ncurses-5.1:0=
+	virtual/libcrypt:=
 	virtual/libiconv"
 DEPEND="${RDEPEND}
 	sys-devel/gettext