--- ncdc-1.16.1.ebuild 2013-03-24 16:50:31.000000000 +0100 +++ ncdc-1.16.1-r1.ebuild 2013-05-19 20:57:45.697419364 +0200 @@ -3,6 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.1 2013/03/24 15:50:31 xmw Exp $ EAPI=4 +inherit toolchain-funcs DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" @@ -27,3 +28,7 @@ econf \ --disable-silent-rules } + +src_compile() { + emake AR="$(tc-getAR)" +} \ No newline at end of file