From: James Le Cuirot Date: Sat, 4 May 2019 08:13:59 +0000 (+0100) Subject: games-fps/doomsday: Drop useless doom, heretic, and hexen USE flags X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=45262d83e54e9238c9ff488be26faf1c73e5a4ef;p=gentoo.git games-fps/doomsday: Drop useless doom, heretic, and hexen USE flags Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot --- diff --git a/games-fps/doomsday/doomsday-2.1.1.ebuild b/games-fps/doomsday/doomsday-2.1.1.ebuild index 596fda226408..10621fa54d93 100644 --- a/games-fps/doomsday/doomsday-2.1.1.ebuild +++ b/games-fps/doomsday/doomsday-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,12 +15,8 @@ LICENSE="GPL-3+ LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="demo +doom fmod freedoom fluidsynth heretic hexen openal tools" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - demo? ( doom ) - freedoom? ( doom ) -" +IUSE="demo fmod freedoom fluidsynth openal tools" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" dev-qt/qtcore:5