commit: 45262d83e54e9238c9ff488be26faf1c73e5a4ef
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 08:13:59 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat May 4 09:13:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45262d83
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 <chewi <AT> gentoo.org>
games-fps/doomsday/doomsday-2.1.1.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/games-fps/doomsday/doomsday-2.1.1.ebuild
b/games-fps/doomsday/doomsday-2.1.1.ebuild
index 596fda22640..10621fa54d9 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