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