mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user