mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-crypt/tomb: respect CC
Closes: https://bugs.gentoo.org/784785 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit desktop qmake-utils xdg
|
||||
inherit desktop qmake-utils toolchain-funcs xdg
|
||||
|
||||
MYP="${P^}"
|
||||
DESCRIPTION="Tomb :: File Encryption on GNU/Linux"
|
||||
@@ -62,6 +62,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
export CC=$(tc-getCC)
|
||||
export PREFIX="${EPREFIX}/usr"
|
||||
emake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user