mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user