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 2317F158041 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 1836FE2A7D; 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 E05ECE2A7E 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 0167034068A 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 425791529 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: <1710172374.400d1b350b69b95fa3e49fc3aa2db72317c81371.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: 400d1b350b69b95fa3e49fc3aa2db72317c81371 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: 78ef79f8-c4c9-4a53-b377-3d5577f08211 X-Archives-Hash: 2f0c129f62c12bc2c49630fe16da7b1a commit: 400d1b350b69b95fa3e49fc3aa2db72317c81371 Author: Vitaly Zdanevich ya ru> AuthorDate: Mon Mar 11 15:52:54 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Mar 11 15:52:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=400d1b35 games-emulation/conty: Kernel check: remove CONFIG_ prefix Signed-off-by: Vitaly Zdanevich ya.ru> games-emulation/conty/conty-1.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/conty/conty-1.25.1.ebuild b/games-emulation/conty/conty-1.25.1.ebuild index ea6a7c08b3..eb20204d54 100644 --- a/games-emulation/conty/conty-1.25.1.ebuild +++ b/games-emulation/conty/conty-1.25.1.ebuild @@ -25,7 +25,7 @@ QA_PREBUILT="*" CONFIG_CHECK=" IA32_EMULATION - CONFIG_USER_NS + USER_NS " src_install() {