mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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=(
|
||||
@@ -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}"
|
||||
Reference in New Issue
Block a user