diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2021-02-08 15:32:33 +0900 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-08 07:49:24 +0100 |
commit | 32d6ac6c3ae62c80040f7a4b69029408409b3659 (patch) | |
tree | 590232f91b43f5245c47ef3e438a23819d146954 /games-fps | |
parent | net-misc/dropbox-cli: python3_9 added (diff) | |
download | gentoo-32d6ac6c3ae62c80040f7a4b69029408409b3659.tar.gz gentoo-32d6ac6c3ae62c80040f7a4b69029408409b3659.tar.bz2 gentoo-32d6ac6c3ae62c80040f7a4b69029408409b3659.zip |
games-fps/gzdoom: Drop optional gtk2 support
Closes: https://bugs.gentoo.org/769071
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19373
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/gzdoom/gzdoom-4.5.0.ebuild | 7 | ||||
-rw-r--r-- | games-fps/gzdoom/metadata.xml | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games-fps/gzdoom/gzdoom-4.5.0.ebuild b/games-fps/gzdoom/gzdoom-4.5.0.ebuild index 60680a131e1c..a07fb6ae4bc3 100644 --- a/games-fps/gzdoom/gzdoom-4.5.0.ebuild +++ b/games-fps/gzdoom/gzdoom-4.5.0.ebuild @@ -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 @@ -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}" diff --git a/games-fps/gzdoom/metadata.xml b/games-fps/gzdoom/metadata.xml index 656eb066e47e..a805c66b7d18 100644 --- a/games-fps/gzdoom/metadata.xml +++ b/games-fps/gzdoom/metadata.xml @@ -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> |