games-strategy/s25rttr: remove arch detection via cmake
authorstefson <herrtimson@yahoo.de>
Sun, 9 Jun 2019 11:10:58 +0000 (13:10 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 9 Jun 2019 13:41:35 +0000 (14:41 +0100)
Signed-off-by: Steffen Kuhn <herrtimson@yahoo.de>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild

index 1f6126fc869c538cbe6935adde8ad8e312f8b3a9..01cef6dff65e9afb8c32bda74df514505f3cda4c 100644 (file)
@@ -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