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 07F371382C5 for ; Tue, 20 Apr 2021 01:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46005E085B; Tue, 20 Apr 2021 01:50:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2B0CEE085B for ; Tue, 20 Apr 2021 01:50:16 +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 AFD9E335D2C for ; Tue, 20 Apr 2021 01:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38DEF6EB for ; Tue, 20 Apr 2021 01:50:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618883391.a4a98bcc6e95624c7cc952a002fbd51c6b74d902.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grun/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/grun/grun-0.9.3-r1.ebuild X-VCS-Directories: x11-misc/grun/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4a98bcc6e95624c7cc952a002fbd51c6b74d902 X-VCS-Branch: master Date: Tue, 20 Apr 2021 01:50:13 +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: 7be3c920-2824-460f-9652-95065a13ebec X-Archives-Hash: 21b2448bdec5758b1a41194bf780811a commit: a4a98bcc6e95624c7cc952a002fbd51c6b74d902 Author: Sam James gentoo org> AuthorDate: Tue Apr 20 01:48:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 20 01:49:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a98bcc x11-misc/grun: port to EAPI 7 Signed-off-by: Sam James gentoo.org> x11-misc/grun/grun-0.9.3-r1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild index 285e3e6bfdb..e354f70eaec 100644 --- a/x11-misc/grun/grun-0.9.3-r1.ebuild +++ b/x11-misc/grun/grun-0.9.3-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit epatch +EAPI=7 DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec" HOMEPAGE="https://github.com/lrgc/grun" @@ -18,15 +17,15 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:2 " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) " -src_prepare() { - epatch "${FILESDIR}"/${P}-no_nls.patch -} +PATCHES=( + "${FILESDIR}"/${P}-no_nls.patch +) src_configure() { [[ -z ${TERM} ]] && TERM=xterm