diff --git a/quoter-2.0_p2.ebuild b/quoter-2.0_p2.ebuild index 7bd3b5e..941cc29 100644 --- a/quoter-2.0_p2.ebuild +++ b/quoter-2.0_p2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit vcs-snapshot +inherit toolchain-funcs vcs-snapshot DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" HOMEPAGE="https://github.com/vaeth/quoter/" @@ -13,6 +13,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" +src_compile() { + emake CC="$(tc-getCC)" +} + src_install() { emake DESTDIR="${ED}" install }