diff options
author | Sam James <sam@gentoo.org> | 2021-06-22 22:58:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 23:29:15 +0100 |
commit | 136c8e2c484fc372112be7dbdc5619bbc20b8b49 (patch) | |
tree | 95d36420f43d25821d3e067179de573e35fcf905 /app-shells/tcsh | |
parent | dev-libs/librep: add virtual/libcrypt dependency (diff) | |
download | gentoo-136c8e2c484fc372112be7dbdc5619bbc20b8b49.tar.gz gentoo-136c8e2c484fc372112be7dbdc5619bbc20b8b49.tar.bz2 gentoo-136c8e2c484fc372112be7dbdc5619bbc20b8b49.zip |
app-shells/tcsh: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration.
Acked-by: David Seifert <soap@gentoo.org>
Reported-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/tcsh-6.22.02-r1.ebuild (renamed from app-shells/tcsh/tcsh-6.22.02.ebuild) | 1 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.22.04-r1.ebuild (renamed from app-shells/tcsh/tcsh-6.22.04.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-shells/tcsh/tcsh-6.22.02.ebuild b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild index b5d2662737f5..962d72644d4b 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 index 41835e196feb..da1bb0b9c52b 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 |