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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7AA7138359 for ; Sat, 12 Sep 2020 03:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF9C4E07FE; Sat, 12 Sep 2020 03:01:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 969D8E07FE for ; Sat, 12 Sep 2020 03:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33DBC340E83 for ; Sat, 12 Sep 2020 03:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E81234A for ; Sat, 12 Sep 2020 03:01:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599879653.20fe0b6b867c2650da4c581661b620f6988891ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/discord-bin/discord-bin-0.0.12.ebuild X-VCS-Directories: net-im/discord-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20fe0b6b867c2650da4c581661b620f6988891ff X-VCS-Branch: master Date: Sat, 12 Sep 2020 03:01:09 +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: 232887d0-8786-463b-829d-5a09e9f06a7a X-Archives-Hash: 1fdb7827c3e51a236efa478106be21a5 commit: 20fe0b6b867c2650da4c581661b620f6988891ff Author: Sam James gentoo org> AuthorDate: Sat Sep 12 03:00:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 12 03:00:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fe0b6b net-im/discord-bin: make CONFIG_USER_NS check non-fatal Thanks-to: kurly Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> net-im/discord-bin/discord-bin-0.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/discord-bin/discord-bin-0.0.12.ebuild b/net-im/discord-bin/discord-bin-0.0.12.ebuild index 03acc4c6903..b9bcb204ab0 100644 --- a/net-im/discord-bin/discord-bin-0.0.12.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.12.ebuild @@ -63,7 +63,7 @@ QA_PREBUILT=" opt/discord/libffmpeg.so " -CONFIG_CHECK="USER_NS" +CONFIG_CHECK="~USER_NS" src_prepare() { default