From 9de82cf84fd860acd171bc5a4aa08b400c8552a8 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Mon, 11 Mar 2024 19:52:06 +0400 Subject: games-emulation/conty: add check that kernel has CONFIG_USER_NS Signed-off-by: Vitaly Zdanevich --- games-emulation/conty/conty-1.25.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games-emulation') diff --git a/games-emulation/conty/conty-1.25.1.ebuild b/games-emulation/conty/conty-1.25.1.ebuild index 6a850dbc5..ea6a7c08b 100644 --- a/games-emulation/conty/conty-1.25.1.ebuild +++ b/games-emulation/conty/conty-1.25.1.ebuild @@ -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" -- cgit v1.2.3-65-gdbad