From: stefson Date: Sun, 9 Jun 2019 11:10:58 +0000 (+0200) Subject: games-strategy/s25rttr: remove arch detection via cmake X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6bbac9657479befc89f565d3f47d72ae193f3744;p=gentoo.git games-strategy/s25rttr: remove arch detection via cmake Signed-off-by: Steffen Kuhn Signed-off-by: James Le Cuirot --- diff --git a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild index 1f6126fc869c..01cef6dff65e 100644 --- a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild @@ -45,15 +45,6 @@ PATCHES=( ) src_configure() { - local arch - case ${ARCH} in - amd64) - arch="x86_64" ;; - x86) - arch="i386" ;; - *) die "Architecture ${ARCH} not yet supported" ;; - esac - local mycmakeargs=( -DCOMPILEFOR="linux" -DCMAKE_SKIP_RPATH=YES