From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1258533-garchives=archives.gentoo.org@lists.gentoo.org>
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 B792F1382C5
	for <garchives@archives.gentoo.org>; Sun,  7 Mar 2021 11:53:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EAAD7E0814;
	Sun,  7 Mar 2021 11:53:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 7202CE0814
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Mar 2021 11:53:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 07D56335D1B
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Mar 2021 11:53:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F1884A8
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Mar 2021 11:53:35 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1615117998.3b45b31ec49092beb01f5f34a124f3ad26f8b291.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gtkdialog/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/gtkdialog/gtkdialog-99999.ebuild
X-VCS-Directories: x11-misc/gtkdialog/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 3b45b31ec49092beb01f5f34a124f3ad26f8b291
X-VCS-Branch: master
Date: Sun,  7 Mar 2021 11:53:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 51b79bb9-7053-415d-aa19-01aa0a4d3602
X-Archives-Hash: 1dc18778ed5e9137d737b9c9d034af95

commit:     3b45b31ec49092beb01f5f34a124f3ad26f8b291
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 11:52:59 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:53:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b45b31e

x11-misc/gtkdialog: Drop IUSE=gtk2, use BDEPEND (fix EAPI-7 port)

Bug: https://bugs.gentoo.org/769131
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/gtkdialog/gtkdialog-99999.ebuild | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/x11-misc/gtkdialog/gtkdialog-99999.ebuild b/x11-misc/gtkdialog/gtkdialog-99999.ebuild
index bea5590a20b..c23bccd2c83 100644
--- a/x11-misc/gtkdialog/gtkdialog-99999.ebuild
+++ b/x11-misc/gtkdialog/gtkdialog-99999.ebuild
@@ -1,35 +1,31 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools git-r3 xdg-utils
 
-DESCRIPTION="A small utility for fast and easy GUI building"
+DESCRIPTION="Small utility for fast and easy GUI building"
 HOMEPAGE="https://github.com/oshazard/gtkdialog"
 EGIT_REPO_URI="https://github.com/oshazard/gtkdialog"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="gtk2"
+IUSE=""
 
 RDEPEND="
-	gtk2? (
-		x11-libs/gtk+:2
-		x11-libs/vte:0=
-	)
-	!gtk2? (
-		x11-libs/gtk+:3
-		x11-libs/vte:2.91=
-	)
+	x11-libs/gtk+:3
+	x11-libs/vte:2.91=
 "
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	sys-apps/texinfo
 	sys-devel/flex
 	virtual/pkgconfig
 	virtual/yacc
 "
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.8.3-fno-common.patch
 	"${FILESDIR}"/${PN}-0.8.3-do_variables_count_widgets.patch
@@ -41,8 +37,7 @@ src_prepare() {
 }
 
 src_configure() {
-	econf \
-		$(usex gtk2 --disable-gtk3  --enable-gtk3)
+	econf --enable-gtk3
 }
 
 src_compile() {