--- cyphesis-0.6.0.ebuild.orig 2012-12-15 13:48:43.822968233 +0100 +++ cyphesis-0.6.0.ebuild.orig 2012-12-15 13:58:18.119856999 +0100 @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.6.0.ebuild,v 1.1 2012/11/13 02:53:50 mr_bones_ Exp $ -EAPI=2 +EAPI=5 PYTHON_DEPEND=2 -inherit autotools python eutils games +inherit autotools eutils games python toolchain-funcs DESCRIPTION="WorldForge server running small games" HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis" @@ -47,6 +47,10 @@ --localstatedir=/var } +src_compile() { + emake AR="$(tc-getAR)" +} + src_install() { emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \ install || die