From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C11301382C5 for ; Mon, 8 Feb 2021 06:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66DCE083D; Mon, 8 Feb 2021 06:49:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0CE2E083D for ; Mon, 8 Feb 2021 06:49:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4351340C72 for ; Mon, 8 Feb 2021 06:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CEB954 for ; Mon, 8 Feb 2021 06:49:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1612766964.32d6ac6c3ae62c80040f7a4b69029408409b3659.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/gzdoom/gzdoom-4.5.0.ebuild games-fps/gzdoom/metadata.xml X-VCS-Directories: games-fps/gzdoom/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32d6ac6c3ae62c80040f7a4b69029408409b3659 X-VCS-Branch: master Date: Mon, 8 Feb 2021 06:49:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ad84257-57c6-4dbd-aaf7-8ab428c50366 X-Archives-Hash: efb71da25976138c9da9970187fa54f2 commit: 32d6ac6c3ae62c80040f7a4b69029408409b3659 Author: William Breathitt Gray gmail com> AuthorDate: Mon Feb 8 06:32:33 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 8 06:49:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d6ac6c games-fps/gzdoom: Drop optional gtk2 support Closes: https://bugs.gentoo.org/769071 Signed-off-by: William Breathitt Gray gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19373 Signed-off-by: Andreas Sturmlechner gentoo.org> games-fps/gzdoom/gzdoom-4.5.0.ebuild | 7 ++----- 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 60680a131e1..a07fb6ae4bc 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 656eb066e47..a805c66b7d1 100644 --- a/games-fps/gzdoom/metadata.xml +++ b/games-fps/gzdoom/metadata.xml @@ -14,7 +14,6 @@ Gentoo Games Project - Enable support for GTK+2 instead of GTK+3 Enable non-free components