mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -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:
@@ -7,12 +7,14 @@ inherit desktop xdg
|
||||
|
||||
DESCRIPTION="GUI configurator for supported QMK-based keyboards"
|
||||
HOMEPAGE="https://www.caniusevia.com/"
|
||||
SRC_URI="https://github.com/the-via/releases/releases/download/v${PV}/${P}-linux.AppImage -> ${P}.AppImage"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/the-via/releases/releases/download/v${PV}/${P}-linux.AppImage -> ${P}.AppImage )
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
# Stripping AppImage binaries causes them to no longer recognize their internal
|
||||
# filesystem.
|
||||
|
||||
Reference in New Issue
Block a user