summaryrefslogtreecommitdiff
path: root/x11-misc/grun/grun-0.9.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/grun/grun-0.9.3-r1.ebuild')
-rw-r--r--x11-misc/grun/grun-0.9.3-r1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
index 46abc996d141..e354f70eaec1 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-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils
+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