Skip to content

Commit

Permalink
games-fps/gzdoom: Drop optional gtk2 support
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/769071
Signed-off-by: William Breathitt Gray <[email protected]>
Closes: gentoo#19373
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
vilhelmgray authored and a17r committed Feb 8, 2021
1 parent 2420080 commit 32d6ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions games-fps/gzdoom/gzdoom-4.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="debug gtk gtk2 +non-free openmp"
IUSE="debug gtk +non-free openmp"

DEPEND="
app-arch/bzip2
Expand All @@ -23,10 +23,7 @@ DEPEND="
media-libs/zmusic
sys-libs/zlib
virtual/jpeg:0
gtk? (
gtk2? ( x11-libs/gtk+:2 )
!gtk2? ( x11-libs/gtk+:3 )
)"
gtk? ( x11-libs/gtk+:3 )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}-g${PV}"
Expand Down
1 change: 0 additions & 1 deletion games-fps/gzdoom/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<name>Gentoo Games Project</name>
</maintainer>
<use>
<flag name="gtk2">Enable support for GTK+2 instead of GTK+3</flag>
<flag name="non-free">Enable non-free components</flag>
</use>
<upstream>
Expand Down

0 comments on commit 32d6ac6

Please sign in to comment.