mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
dev-util/mh: inherit from toolchain-funcs
Closes: https://bugs.gentoo.org/945901 Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
parent
65df6a32da
commit
a678f8cf6a
@ -11,6 +11,8 @@ LICENSE="BSD"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
@ -23,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake mh VERSION="${PV}"
|
||||
emake mh VERSION="${PV}" CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user