diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:07:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:22 +0100 |
commit | e10c67dac3ed1a279db0c7884b07a4005d6146d2 (patch) | |
tree | c21a1c49dde495502470afe915058842943354d6 /x11-misc/grun | |
parent | x11-misc/dmenu: eutils->epatch (diff) | |
download | gentoo-e10c67dac3ed1a279db0c7884b07a4005d6146d2.tar.gz gentoo-e10c67dac3ed1a279db0c7884b07a4005d6146d2.tar.bz2 gentoo-e10c67dac3ed1a279db0c7884b07a4005d6146d2.zip |
x11-misc/grun: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/grun')
-rw-r--r-- | x11-misc/grun/grun-0.9.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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..285e3e6bfdb4 100644 --- a/x11-misc/grun/grun-0.9.3-r1.ebuild +++ b/x11-misc/grun/grun-0.9.3-r1.ebuild @@ -1,8 +1,8 @@ -# 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 +inherit epatch DESCRIPTION="A GTK based Run dialog resembling the Windows Run dialog, just like xexec" HOMEPAGE="https://github.com/lrgc/grun" |