From 3872198456db6b1161033100bdb3f8e12e64375c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 28 Jan 2016 14:23:22 +0300 Subject: added xonotic with dependencies from gamerlay with tiny build fixes small cleanup of outdated and broken ebuilds added few missed ebuilds --- games-arcade/supertux/supertux-scm.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'games-arcade') diff --git a/games-arcade/supertux/supertux-scm.ebuild b/games-arcade/supertux/supertux-scm.ebuild index 5c5678f..8c2fb78 100644 --- a/games-arcade/supertux/supertux-scm.ebuild +++ b/games-arcade/supertux/supertux-scm.ebuild @@ -38,12 +38,14 @@ src_unpack() { } src_configure() { - local mycmakeargs="-DWERROR=OFF - -DINSTALL_SUBDIR_BIN=games/bin - -DINSTALL_SUBDIR_DOC=share/doc/${P} - $(cmake-utils_use_enable opengl OPENGL) - $(cmake-utils_use_enable debug SQDBG) - $(cmake-utils_use debug DEBUG)" + local mycmakeargs=( + -DWERROR=OFF + -DINSTALL_SUBDIR_BIN=games/bin + -DINSTALL_SUBDIR_DOC=share/doc/${P} + $(cmake-utils_use_enable opengl OPENGL) + $(cmake-utils_use_enable debug SQDBG) + $(cmake-utils_use debug DEBUG) + ) cmake-utils_src_configure } -- cgit v1.2.3