summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-19 23:25:45 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-19 23:26:12 +0200
commit4670ddb05d29b9a2052195b0157aa74697dab584 (patch)
tree0026afeccabf0b963fb6b8b7e17c4401beff9c10 /dev-util/android-ndk/android-ndk-11c-r1.ebuild
parentsys-apps/openrc: drop 0.47.1 (diff)
downloadgentoo-4670ddb05d29b9a2052195b0157aa74697dab584.tar.gz
gentoo-4670ddb05d29b9a2052195b0157aa74697dab584.tar.bz2
gentoo-4670ddb05d29b9a2052195b0157aa74697dab584.zip
dev-util/android-ndk: Add virtual/libcrypt dependency
Closes: https://bugs.gentoo.org/818595 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util/android-ndk/android-ndk-11c-r1.ebuild')
-rw-r--r--dev-util/android-ndk/android-ndk-11c-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/android-ndk/android-ndk-11c-r1.ebuild b/dev-util/android-ndk/android-ndk-11c-r1.ebuild
index f429991a256b..705cbd78d6e5 100644
--- a/dev-util/android-ndk/android-ndk-11c-r1.ebuild
+++ b/dev-util/android-ndk/android-ndk-11c-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,7 +22,8 @@ RDEPEND=">=dev-util/android-sdk-update-manager-10
|| (
sys-libs/ncurses:0/5[tinfo]
sys-libs/ncurses-compat:5[tinfo]
- )"
+ )
+ virtual/libcrypt"
S="${WORKDIR}/${PN}-r${PV}"