diff --git a/dev-util/mh/mh-1.4.1.ebuild b/dev-util/mh/mh-1.4.1.ebuild index d3d830e8fc..e42f86af5f 100644 --- a/dev-util/mh/mh-1.4.1.ebuild +++ b/dev-util/mh/mh-1.4.1.ebuild @@ -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() {