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 9AF3B158041 for ; Mon, 11 Mar 2024 17:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18787E2A7E; Mon, 11 Mar 2024 17:31:15 +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 E4E75E2A7D for ; Mon, 11 Mar 2024 17:31:14 +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 0670434300F for ; Mon, 11 Mar 2024 17:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EB401528 for ; Mon, 11 Mar 2024 17:31:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1710172326.9de82cf84fd860acd171bc5a4aa08b400c8552a8.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9de82cf84fd860acd171bc5a4aa08b400c8552a8 X-VCS-Branch: master Date: Mon, 11 Mar 2024 17:31:10 +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: 24967eaf-665f-4c38-839d-1482c36f300c X-Archives-Hash: a5b117d30ca1d97f2bb5e05093368e1b commit: 9de82cf84fd860acd171bc5a4aa08b400c8552a8 Author: Vitaly Zdanevich ya ru> AuthorDate: Mon Mar 11 15:52:06 2024 +0000 Commit: David Roman gmail com> 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"