games-fps/gzdoom: Add phonehome USE flag

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
This commit is contained in:
William Breathitt Gray 2019-05-12 12:38:46 +09:00
parent 907b35da57
commit 8228a66ceb
No known key found for this signature in database
GPG Key ID: 86FA4835D9BB5492
2 changed files with 3 additions and 1 deletions

View File

@ -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"
IUSE="fluidsynth gtk openal openmp phonehome"
DEPEND="
app-arch/bzip2
@ -42,6 +42,7 @@ src_configure() {
-DNO_GTK="$(usex !gtk)"
-DNO_OPENAL="$(usex !openal)"
-DNO_OPENMP="$(usex !openmp)"
-DSEND_ANON_STATS="$(usex phonehome)"
)
cmake-utils_src_configure
}

View File

@ -10,6 +10,7 @@
</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>