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
