diff options
Diffstat (limited to 'games-fps')
| -rw-r--r-- | games-fps/eduke32/eduke32-20210109.9300-r1.ebuild | 2 | ||||
| -rw-r--r-- | games-fps/gzdoom/gzdoom-4.5.0.ebuild | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild b/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild index 9852fd5c8618..5b96214a8b79 100644 --- a/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild +++ b/games-fps/eduke32/eduke32-20210109.9300-r1.ebuild @@ -30,7 +30,7 @@ SRC_URI=" LICENSE="BUILDLIC GPL-2 HRP" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk timidity tools voidsw vorbis voxels vpx xmp" REQUIRED_USE=" hrp? ( duke3d !voxels ) diff --git a/games-fps/gzdoom/gzdoom-4.5.0.ebuild b/games-fps/gzdoom/gzdoom-4.5.0.ebuild index bf1ddc570ec4..60680a131e1c 100644 --- a/games-fps/gzdoom/gzdoom-4.5.0.ebuild +++ b/games-fps/gzdoom/gzdoom-4.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake desktop xdg +inherit cmake desktop xdg flag-o-matic DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine" HOMEPAGE="https://zdoom.org" @@ -14,7 +14,7 @@ LICENSE="Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist WidePix )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="gtk gtk2 +non-free openmp" +IUSE="debug gtk gtk2 +non-free openmp" DEPEND=" app-arch/bzip2 @@ -58,6 +58,9 @@ src_configure() { -DNO_OPENMP="$(usex !openmp)" -DBUILD_NONFREE="$(usex non-free)" ) + + use debug || append-cppflags -DNDEBUG + cmake_src_configure } |
