mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -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:
parent
b7346d3461
commit
5242e245bd
@ -5,14 +5,13 @@ EAPI=7
|
||||
|
||||
DESCRIPTION="Grub menu entries for the .iso image of customrescuecd"
|
||||
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
||||
SRC_URI=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT=0
|
||||
KEYWORDS="~x86"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
RDEPEND="app-admin/customrescuecd-x86
|
||||
sys-boot/grub"
|
||||
|
||||
|
@ -5,14 +5,13 @@ EAPI=7
|
||||
|
||||
DESCRIPTION="Grub menu entries for the .iso image of customrescuecd"
|
||||
HOMEPAGE="https://sourceforge.net/projects/customrescuecd/"
|
||||
SRC_URI=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
RDEPEND="app-admin/customrescuecd-x86_64
|
||||
sys-boot/grub"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user