commit: fe0e3bfb515d17a0cfc4e531051f2f27cd47d10d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun May 10 19:30:12 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun May 10 19:30:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe0e3bfb
net-im/discord-canary: inherit xdg also add QA_PREBUILT to avoid warnings Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> net-im/discord-canary/discord-canary-0.0.103.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/net-im/discord-canary/discord-canary-0.0.103.ebuild b/net-im/discord-canary/discord-canary-0.0.103.ebuild index beced54..fcdb7ef 100644 --- a/net-im/discord-canary/discord-canary-0.0.103.ebuild +++ b/net-im/discord-canary/discord-canary-0.0.103.ebuild @@ -3,14 +3,14 @@ EAPI=7 -inherit eutils desktop +inherit desktop eutils xdg DESCRIPTION="All-in-one voice and text chat" HOMEPAGE="https://discordapp.com/" SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz" -RESTRICT="mirror" +RESTRICT="mirror bindist" KEYWORDS="~amd64" SLOT="0" @@ -35,6 +35,16 @@ DEPEND="${RDEPEND} S=${WORKDIR}/DiscordCanary +QA_PREBUILT=" + opt/discord-canary/DiscordCanary + opt/discord-canary/libEGL.so + opt/discord-canary/libGLESv2.so + opt/discord-canary/swiftshader/libEGL.so + opt/discord-canary/swiftshader/libGLESv2.so + opt/discord-canary/libVkICD_mock_icd.so + opt/discord-canary/libffmpeg.so +" + src_install() { local destdir="/opt/${PN}"
