Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/
Date: Sat, 12 Sep 2020 01:05:50
Message-Id: 1599872736.47f6a0a6e1e53b0a9dae028cb65a90ae78168e85.sam@gentoo
1 commit: 47f6a0a6e1e53b0a9dae028cb65a90ae78168e85
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 01:05:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 01:05:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f6a0a6
7
8 net-im/discord-bin: add CONFIG_USER_NS check
9
10 Closes: https://bugs.gentoo.org/711094
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-im/discord-bin/discord-bin-0.0.12.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/net-im/discord-bin/discord-bin-0.0.12.ebuild b/net-im/discord-bin/discord-bin-0.0.12.ebuild
18 index cffd5a6de94..03acc4c6903 100644
19 --- a/net-im/discord-bin/discord-bin-0.0.12.ebuild
20 +++ b/net-im/discord-bin/discord-bin-0.0.12.ebuild
21 @@ -6,7 +6,7 @@ EAPI=7
22 MY_PN=${PN/-bin/}
23 MY_BIN="D${MY_PN/d/}"
24
25 -inherit desktop pax-utils unpacker xdg
26 +inherit desktop linux-info pax-utils unpacker xdg
27
28 DESCRIPTION="All-in-one voice and text chat for gamers"
29 HOMEPAGE="https://discordapp.com"
30 @@ -63,6 +63,8 @@ QA_PREBUILT="
31 opt/discord/libffmpeg.so
32 "
33
34 +CONFIG_CHECK="USER_NS"
35 +
36 src_prepare() {
37 default