From 0db22dfec31f9dbddfb503da6b7b39d216ea20eb Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 20 Jan 2020 21:44:09 +1100 Subject: media-gfx/evoluspencil: avoid debuging symbol collision This is a binary package, so any symbols are likely useless anyway. Closes: https://bugs.gentoo.org/703602 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Palimaka --- media-gfx/evoluspencil/evoluspencil-3.1.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'media-gfx') diff --git a/media-gfx/evoluspencil/evoluspencil-3.1.0-r1.ebuild b/media-gfx/evoluspencil/evoluspencil-3.1.0-r1.ebuild index 4980879c87bb..c19f32abf04e 100644 --- a/media-gfx/evoluspencil/evoluspencil-3.1.0-r1.ebuild +++ b/media-gfx/evoluspencil/evoluspencil-3.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -48,6 +48,9 @@ RDEPEND=" S="${WORKDIR}" +# bug 703602 +RESTRICT="splitdebug" + QA_PREBUILT=" opt/${MY_PN}/*.so opt/${MY_PN}/chrome-sandbox -- cgit v1.2.3-65-gdbad