commit:     6bbac9657479befc89f565d3f47d72ae193f3744
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sun Jun  9 11:10:58 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 13:41:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbac965

games-strategy/s25rttr: remove arch detection via cmake

Signed-off-by: Steffen Kuhn <herrtimson <AT> yahoo.de>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 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 1f6126fc869..01cef6dff65 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

Reply via email to