mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-util/dmg2img: Fix QA issues in ebuild
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
7
dev-util/dmg2img/dmg2img-9999.ebuild
Executable file → Normal file
7
dev-util/dmg2img/dmg2img-9999.ebuild
Executable file → Normal file
@@ -3,11 +3,12 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs git-r3
|
||||
inherit git-r3 toolchain-funcs
|
||||
|
||||
EGIT_REPO_URI="https://github.com/Lekensteyn/dmg2img"
|
||||
|
||||
DESCRIPTION="Convert Apple disk images to IMG format."
|
||||
HOMEPAGE="https://github.com/Lekensteyn/dmg2img"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="lzfse"
|
||||
@@ -22,9 +23,9 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
emake HAVE_LZFSE=$(usex lzfse 1 0) CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
emake HAVE_LZFSE=$(usex lzfse 1 0) CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR=${ED} install
|
||||
emake DESTDIR="${ED}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user