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

@@ -19,13 +19,11 @@ SRC_URI="
S="${WORKDIR}"
SLOT="0"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
QA_PREBUILT="*"
# REQUIRES_EXCLUDE="libcef.so" # Already inside
RDEPEND="
@@ -37,6 +35,8 @@ RDEPEND="
"
# About sys-fs/ntfs3g see my issue to make this dep optionsl https://bugs.launchpad.net/mkusb/+bug/2058962
QA_PREBUILT="*"
src_unpack() {
unpack_deb "$DISTDIR/$P-common.deb"
unpack_deb "$DISTDIR/$P.deb"