summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-12 01:05:36 +0000
committerSam James <sam@gentoo.org>2020-09-12 01:05:36 +0000
commit47f6a0a6e1e53b0a9dae028cb65a90ae78168e85 (patch)
treeb603b5844678d3d306156d046a1814377d756d85 /net-im
parentnet-im/discord-bin: drop sys-libs/libcxx dep (diff)
downloadgentoo-47f6a0a6e1e53b0a9dae028cb65a90ae78168e85.tar.gz
gentoo-47f6a0a6e1e53b0a9dae028cb65a90ae78168e85.tar.bz2
gentoo-47f6a0a6e1e53b0a9dae028cb65a90ae78168e85.zip
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@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/discord-bin/discord-bin-0.0.12.ebuild4
1 files changed, 3 insertions, 1 deletions
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 cffd5a6de942..03acc4c69035 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