From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C5F2158041 for ; Mon, 11 Mar 2024 15:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 848EDE2A75; Mon, 11 Mar 2024 15:52:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6797AE2A75 for ; Mon, 11 Mar 2024 15:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7906033BF3C for ; Mon, 11 Mar 2024 15:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D0D1313 for ; Mon, 11 Mar 2024 15:52:08 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1710172326.9de82cf84fd860acd171bc5a4aa08b400c8552a8.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/conty/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/conty/conty-1.25.1.ebuild X-VCS-Directories: games-emulation/conty/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 9de82cf84fd860acd171bc5a4aa08b400c8552a8 X-VCS-Branch: dev Date: Mon, 11 Mar 2024 15:52:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80eac2bf-7559-4498-9807-31ea0fe67078 X-Archives-Hash: 1559e37ff84d68bfcc836fe1b657e7df commit: 9de82cf84fd860acd171bc5a4aa08b400c8552a8 Author: Vitaly Zdanevich ya ru> AuthorDate: Mon Mar 11 15:52:06 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Mon Mar 11 15:52:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9de82cf8 games-emulation/conty: add check that kernel has CONFIG_USER_NS Signed-off-by: Vitaly Zdanevich ya.ru> games-emulation/conty/conty-1.25.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-emulation/conty/conty-1.25.1.ebuild b/games-emulation/conty/conty-1.25.1.ebuild index 6a850dbc54..ea6a7c08b3 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"