sys-boot/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-05-15 01:44:35 +02:00
committed by Julien Roy
parent b7346d3461
commit 5242e245bd
4 changed files with 10 additions and 11 deletions

View File

@@ -9,12 +9,13 @@ DESCRIPTION="Creator of bootable USBs, with ability to copy ISOs, persistence st
HOMEPAGE="http://www.ventoy.net"
SRC_URI="https://github.com/ventoy/Ventoy/releases/download/v${PV}/ventoy-${PV}-linux.tar.gz"
S="${WORKDIR}"/ventoy-${PV}
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip mirror"
QA_PREBUILT="*" # Against "does not respect LDFLAGS"
DEPEND="
sys-fs/dosfstools
@@ -23,7 +24,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/ventoy-${PV}
QA_PREBUILT="*" # Against "does not respect LDFLAGS"
CARCH="x86_64"