From db38fe2980f7649e206ae887c509664a52222ad6 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Tue, 5 Mar 2019 23:05:04 +0000 Subject: games-simulation/lincity-ng: Use autotools eclass around autogen.sh This deals with dependencies and we should also run elibtoolize. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot --- games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild') diff --git a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild index c71738c6f41b..45efc9209306 100644 --- a/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild +++ b/games-simulation/lincity-ng/lincity-ng-2.9_beta.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multiprocessing +inherit autotools libtool multiprocessing DESCRIPTION="City simulation game" HOMEPAGE="https://github.com/lincity-ng/lincity-ng" @@ -33,7 +33,10 @@ src_prepare() { default sed -i "/COPYING COPYING-data.txt COPYING-fonts.txt CREDITS /d" \ Jamfile || die - ./autogen.sh || die + + # Can't use eautoreconf as it does weird jam stuff. + autotools_run_tool ./autogen.sh + elibtoolize } src_compile() { -- cgit v1.2.3-65-gdbad