app-admin/talosctl-bin: Fixing up the ordering of the ebuild variables.

Signed-off-by: Skyler Mäntysaari <sm+git@skym.fi>
This commit is contained in:
Skyler Mäntysaari 2024-09-01 15:53:16 +03:00
parent a579ebe6c2
commit 6b2e323658
No known key found for this signature in database
GPG Key ID: 3B2141E9A4F4C32E

View File

@ -6,8 +6,6 @@ EAPI="8"
DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API"
HOMEPAGE="https://www.talos.dev/v1.7/"
S="${WORKDIR}"
SLOT="0"
LICENSE="MPL-2.0"
SRC_URI="
amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 ->
talosctl-amd64-v${PV} )
@ -16,6 +14,8 @@ SRC_URI="
arm? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-armv7 ->
talosctl-armv7-v${PV} )
"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
src_install() {