games-simulation/kittenspaceagency-bin: restrict to amd64 since it's a single arch binary package

Suggested-by: Paul Zander <negril.nx+gentoo@gmail.com>

Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
This commit is contained in:
Michael Moon
2026-04-07 23:48:03 +08:00
parent e1c20a1b4b
commit e88a9ea24f

View File

@@ -7,12 +7,16 @@ inherit desktop
DESCRIPTION="A space flight and rocketry simulation"
HOMEPAGE="https://ksa.ahwoo.com"
SRC_URI="https://ksa-linux.ahwoo.com/download?file=setup_ksa_v${PV}.${PR#r}.tar.gz -> ${P}-${PR}.tar.gz"
SRC_URI="
amd64? (
https://ksa-linux.ahwoo.com/download?file=setup_ksa_v${PV}.${PR#r}.tar.gz -> ${P}-${PR}.tar.gz
)
"
S="${WORKDIR}/linux-x64"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="-* ~amd64"
RESTRICT="mirror strip"