From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1204901-garchives=archives.gentoo.org@lists.gentoo.org>
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 33C8613835B
	for <garchives@archives.gentoo.org>; Sat, 12 Sep 2020 01:05:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 36BFCE0844;
	Sat, 12 Sep 2020 01:05:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 1E1EFE0844
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Sep 2020 01:05:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 AF26933E5E4
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Sep 2020 01:05:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B9F35C
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Sep 2020 01:05:46 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1599872736.47f6a0a6e1e53b0a9dae028cb65a90ae78168e85.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: 47f6a0a6e1e53b0a9dae028cb65a90ae78168e85
X-VCS-Branch: master
Date: Sat, 12 Sep 2020 01:05:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e69a62b2-f387-43b9-bdd3-cd07a0ac32d2
X-Archives-Hash: 474df335afe758f43590f298b391b3c4

commit:     47f6a0a6e1e53b0a9dae028cb65a90ae78168e85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 01:05:36 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 01:05:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f6a0a6

net-im/discord-bin: add CONFIG_USER_NS check

Closes: https://bugs.gentoo.org/711094
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/discord-bin/discord-bin-0.0.12.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 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 cffd5a6de94..03acc4c6903 100644
--- a/net-im/discord-bin/discord-bin-0.0.12.ebuild
+++ b/net-im/discord-bin/discord-bin-0.0.12.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN=${PN/-bin/}
 MY_BIN="D${MY_PN/d/}"
 
-inherit desktop pax-utils unpacker xdg
+inherit desktop linux-info pax-utils unpacker xdg
 
 DESCRIPTION="All-in-one voice and text chat for gamers"
 HOMEPAGE="https://discordapp.com"
@@ -63,6 +63,8 @@ QA_PREBUILT="
 	opt/discord/libffmpeg.so
 "
 
+CONFIG_CHECK="USER_NS"
+
 src_prepare() {
 	default