mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-arch/microtar: make custom command die upon failure using edo
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
52a063e4a0
commit
5ea5c9788e
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit edo toolchain-funcs
|
||||
|
||||
DESCRIPTION="A lightweight tar library written in ANSI C"
|
||||
HOMEPAGE="https://github.com/rxi/microtar"
|
||||
@ -14,8 +14,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
|
||||
edo $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
|
||||
-I./src \
|
||||
-fPIC \
|
||||
-shared \
|
||||
|
Loading…
x
Reference in New Issue
Block a user