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:
Oz Tiram
2024-12-05 15:08:20 +01:00
parent 65df6a32da
commit a678f8cf6a

View File

@@ -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() {