mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
games-emulation/conty: add check that kernel has CONFIG_USER_NS
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -23,7 +23,10 @@ S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
CONFIG_CHECK="IA32_EMULATION"
|
||||
CONFIG_CHECK="
|
||||
IA32_EMULATION
|
||||
CONFIG_USER_NS
|
||||
"
|
||||
|
||||
src_install() {
|
||||
dobin "${DISTDIR}/${PN}_lite_dwarfs.sh"
|
||||
|
||||
Reference in New Issue
Block a user