summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 15:06:56 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:05:21 +0100
commit00ba2ab482ceb7a5caba6a3b2b72fd5d5f64bff0 (patch)
treeee28c3924d4dbce92fcb1b7193b0fe0fa8a8a76e
parentx11-misc/3dfb: eutils->epatch (diff)
downloadgentoo-00ba2ab482ceb7a5caba6a3b2b72fd5d5f64bff0.tar.gz
gentoo-00ba2ab482ceb7a5caba6a3b2b72fd5d5f64bff0.tar.bz2
gentoo-00ba2ab482ceb7a5caba6a3b2b72fd5d5f64bff0.zip
x11-misc/dmenu: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-misc/dmenu/dmenu-4.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dmenu/dmenu-4.6.ebuild b/x11-misc/dmenu/dmenu-4.6.ebuild
index f35a5bae308e..3105af4cd564 100644
--- a/x11-misc/dmenu/dmenu-4.6.ebuild
+++ b/x11-misc/dmenu/dmenu-4.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
HOMEPAGE="https://tools.suckless.org/dmenu/"