mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
www-client/opera-gx-bin: add missing restricts
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SRC_URI="https://download3.operacdn.com/ftp/pub/opera_gx/128.0.5807.97/linux/ope
|
|||||||
LICENSE="Opera-GX-EULA"
|
LICENSE="Opera-GX-EULA"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
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.
|
#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.
|
#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.
|
#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.
|
||||||
|
|||||||
Reference in New Issue
Block a user