app-i18n/freewnn: add virtual/libcrypt dependency

Needed for upcoming libxcrypt migration.

Acked-by: David Seifert <soap@gentoo.org>
Reported-by: Ionen Wolkens <ionen@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-06-24 23:48:54 +01:00
parent 9327493ab7
commit e36fc5a3a4
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -14,6 +14,9 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
IUSE="ipv6"
DEPEND="virtual/libcrypt:="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
PATCHES=(

View File

@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ipv6 uum"
RDEPEND="uum? ( sys-libs/ncurses:= )"
RDEPEND="virtual/libcrypt:=
uum? ( sys-libs/ncurses:= )"
DEPEND="${RDEPEND}
uum? ( virtual/pkgconfig )"
S="${WORKDIR}/${MY_P}"