From 035136148ff96be2814938591c7a6eee2d01077e Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Tue, 24 Mar 2026 04:22:21 +0100 Subject: [PATCH] www-client/opera-gx-bin: add missing restricts Signed-off-by: Florian Albrechtskirchinger --- www-client/opera-gx-bin/opera-gx-bin-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/opera-gx-bin/opera-gx-bin-1.0.ebuild b/www-client/opera-gx-bin/opera-gx-bin-1.0.ebuild index e572ad0602..22ed2c2677 100644 --- a/www-client/opera-gx-bin/opera-gx-bin-1.0.ebuild +++ b/www-client/opera-gx-bin/opera-gx-bin-1.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://download3.operacdn.com/ftp/pub/opera_gx/128.0.5807.97/linux/ope LICENSE="Opera-GX-EULA" SLOT="0" KEYWORDS="~amd64" -RESTRICT="strip test" +RESTRICT="bindist mirror strip test" #re-stripping an already stripped binary can lead to file corruption or 'QA Notice: Pre-stripped files found' warnings. #Using RESTRICT="strip" tells Portage to skip this step and leave the binary as-is. #Same goes for the test in RESTRICT, since it's an ebuild for an already precompiled binary we don't compile anything - thus there is no need to run any tests which are for compiled software.