diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:07:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:24 +0100 |
commit | d2fc163cbe5119e057441bd4664d24014eede5f9 (patch) | |
tree | 5e62f5b5baed42d4d0bfc10cabb3d3ce95450078 /x11-misc/openbox-menu | |
parent | x11-misc/kbdd: eutils-- (diff) | |
download | gentoo-d2fc163cbe5119e057441bd4664d24014eede5f9.tar.gz gentoo-d2fc163cbe5119e057441bd4664d24014eede5f9.tar.bz2 gentoo-d2fc163cbe5119e057441bd4664d24014eede5f9.zip |
x11-misc/openbox-menu: 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/openbox-menu')
-rw-r--r-- | x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild index e7513e44be67..bbdd608be6b7 100644 --- a/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild +++ b/x11-misc/openbox-menu/openbox-menu-0.8.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 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="Another dynamic menu generator for Openbox" HOMEPAGE="http://fabrice.thiroux.free.fr/openbox-menu_en.html" |