mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
*/*: QA fixes for prebuilt packages
Define SRC_URI only for supported archs. Explicitly dekeyword them on unsupported arches. Replace := from DEPENDS with the actual slot as it has no effect since we do not rebuild against the new slot. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -8,11 +8,13 @@ inherit desktop wrapper xdg
|
||||
DESCRIPTION="Game like benchmark (CPU, GPU), for ~5 minutes"
|
||||
HOMEPAGE="https://benchmark.unigine.com/superposition"
|
||||
|
||||
SRC_URI="https://assets.unigine.com/d/Unigine_Superposition-${PV}.run"
|
||||
SRC_URI="
|
||||
amd64? ( https://assets.unigine.com/d/Unigine_Superposition-${PV}.run )
|
||||
"
|
||||
|
||||
LICENSE="Unigine-Superposition-Benchmark-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
RESTRICT="bindist mirror strip"
|
||||
|
||||
@@ -35,7 +37,7 @@ RDEPEND="
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libxcb:=
|
||||
x11-libs/libxcb:0
|
||||
"
|
||||
|
||||
QA_PREBUILT="
|
||||
|
||||
Reference in New Issue
Block a user