diff options
author | stefson <herrtimson@yahoo.de> | 2019-01-31 22:07:15 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-06-09 14:41:32 +0100 |
commit | 1015ff7a290da3d5b5fc11c2d840401eb2b483bd (patch) | |
tree | 39db27a8cd71e1f91387e0d946f6e43530a5b96e /games-strategy | |
parent | profiles: Last-rite dev-libs/liblazy (diff) | |
download | gentoo-1015ff7a290da3d5b5fc11c2d840401eb2b483bd.tar.gz gentoo-1015ff7a290da3d5b5fc11c2d840401eb2b483bd.tar.bz2 gentoo-1015ff7a290da3d5b5fc11c2d840401eb2b483bd.zip |
games-strategy/s25rttr: fix QA issues
Closes: https://bugs.gentoo.org/660270
Signed-off-by: Steffen Kuhn <herrtimson@yahoo.de>
Closes: https://github.com/gentoo/gentoo/pull/10954
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild index 47531d7e1d95..1f6126fc869c 100644 --- a/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.8.1-r3.ebuild @@ -56,7 +56,6 @@ src_configure() { local mycmakeargs=( -DCOMPILEFOR="linux" - -DCOMPILEARCH="${arch}" -DCMAKE_SKIP_RPATH=YES -DPREFIX="/usr/" -DBINDIR="/usr/bin" |