From 6bbac9657479befc89f565d3f47d72ae193f3744 Mon Sep 17 00:00:00 2001 From: stefson Date: Sun, 9 Jun 2019 13:10:58 +0200 Subject: [PATCH] games-strategy/s25rttr: remove arch detection via cmake Signed-off-by: Steffen Kuhn Signed-off-by: James Le Cuirot --- games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.26.2