diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-05-12 15:18:25 +0900 |
---|---|---|
committer | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-05-12 15:20:58 +0900 |
commit | 5ffd10106df16f7bca99339ccc3e6a597a90fe10 (patch) | |
tree | 7b45b209c6887d36359b30cc59d641fbb5c5be2e /games-fps | |
parent | games-fps/gzdoom: gtk and openal are runtime dependencies (diff) | |
download | guru-5ffd10106df16f7bca99339ccc3e6a597a90fe10.tar.gz guru-5ffd10106df16f7bca99339ccc3e6a597a90fe10.tar.bz2 guru-5ffd10106df16f7bca99339ccc3e6a597a90fe10.zip |
Revert "games-fps/gzdoom: Add phonehome USE flag"
This reverts commit 8228a66ceb61a750e4e57850fe1002af67df6de8. The
phonehome functionality is not supported in the GZDoom 4.1.1 release.
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/gzdoom/gzdoom-4.1.1.ebuild | 3 | ||||
-rw-r--r-- | games-fps/gzdoom/metadata.xml | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild b/games-fps/gzdoom/gzdoom-4.1.1.ebuild index 02d1423e1..81898f665 100644 --- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild +++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD BZIP2 DUMB-0.9.2 GPL-3 LGPL-3 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="fluidsynth gtk openal openmp phonehome" +IUSE="fluidsynth gtk openal openmp" DEPEND=" app-arch/bzip2 @@ -42,7 +42,6 @@ src_configure() { -DNO_GTK="$(usex !gtk)" -DNO_OPENAL="$(usex !openal)" -DNO_OPENMP="$(usex !openmp)" - -DSEND_ANON_STATS="$(usex phonehome)" ) cmake-utils_src_configure } diff --git a/games-fps/gzdoom/metadata.xml b/games-fps/gzdoom/metadata.xml index 4d5eb5bf8..53026d96e 100644 --- a/games-fps/gzdoom/metadata.xml +++ b/games-fps/gzdoom/metadata.xml @@ -10,7 +10,6 @@ </maintainer> <use> <flag name="fluidsynth">Use <pkg>media-sound/fluidsynth</pkg> for MIDI support</flag> - <flag name="phonehome">Enable sending of anonymous hardware statistics</flag> </use> <upstream> <bugs-to>https://forum.zdoom.org/viewforum.php?f=2</bugs-to> |