commit: 31319455969f80e7283a0f0c7536ad366d34056e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Sep 10 21:46:13 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Sep 13 04:49:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=31319455
specs/hppa: Enable USE=libtommath for dev-libs/libtomcrypt Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> releases/specs/hppa/netboot-hppa32.spec | 1 + releases/specs/hppa/netboot-hppa64.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/releases/specs/hppa/netboot-hppa32.spec b/releases/specs/hppa/netboot-hppa32.spec index e2e15639..378d23c6 100644 --- a/releases/specs/hppa/netboot-hppa32.spec +++ b/releases/specs/hppa/netboot-hppa32.spec @@ -18,6 +18,7 @@ boot/kernel/netboot32/gk_kernargs: --all-ramdisk-modules netboot/use: -* + libtommath # dropbear requires libtomcrypt[libtommath] multicall shadow readline diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index b0241dc6..009b792a 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -17,6 +17,7 @@ boot/kernel/netboot64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu -- netboot/use: -* + libtommath # dropbear requires libtomcrypt[libtommath] multicall shadow readline
