Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Wed, 29 Sep 2021 20:35:16
Message-Id: 1632939356.e43878aa62e563fcefa7c1da5c44017816ac65b4.whissi@gentoo
1 commit: e43878aa62e563fcefa7c1da5c44017816ac65b4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 18:15:56 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 18:15:56 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e43878aa
7
8 defaults/software.sh: dropbear needs libxcrypt
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 defaults/software.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/defaults/software.sh b/defaults/software.sh
16 index 54836ad..9f64ab0 100644
17 --- a/defaults/software.sh
18 +++ b/defaults/software.sh
19 @@ -67,7 +67,7 @@ GKPKG_DMRAID_BINPKG="${GKPKG_DMRAID_BINPKG:-%%CACHE%%/dmraid-${GKPKG_DMRAID_PV}-
20
21 GKPKG_DROPBEAR_PN="dropbear"
22 GKPKG_DROPBEAR_PV="${GKPKG_DROPBEAR_PV:-VERSION_DROPBEAR}"
23 -GKPKG_DROPBEAR_DEPS="zlib"
24 +GKPKG_DROPBEAR_DEPS="zlib libxcrypt"
25 GKPKG_DROPBEAR_SRCTAR="${GKPKG_DROPBEAR_SRCTAR:-${DISTDIR}/dropbear-${GKPKG_DROPBEAR_PV}.tar.bz2}"
26 GKPKG_DROPBEAR_SRCDIR="${GKPKG_DROPBEAR_SRCDIR:-dropbear-${GKPKG_DROPBEAR_PV}}"
27 GKPKG_DROPBEAR_BINPKG="${GKPKG_DROPBEAR_BINPKG:-%%CACHE%%/dropbear-${GKPKG_DROPBEAR_PV}-%%ARCH%%.tar.xz}"