commit: 7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 15 10:58:25 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 11:23:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4af77a
x11-wm/jwm: eutils->wrapper Signed-off-by: Sam James <sam <AT> gentoo.org> x11-wm/jwm/jwm-2.3.2.ebuild | 3 ++- x11-wm/jwm/jwm-2.3.7.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild index 122eb6cae1a..f5523a67a31 100644 --- a/x11-wm/jwm/jwm-2.3.2.ebuild +++ b/x11-wm/jwm/jwm-2.3.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils + +inherit wrapper DESCRIPTION="Very fast and lightweight still powerful window manager for X" HOMEPAGE="http://joewing.net/projects/jwm/" diff --git a/x11-wm/jwm/jwm-2.3.7.ebuild b/x11-wm/jwm/jwm-2.3.7.ebuild index d07ef653456..de3b5aa2c7f 100644 --- a/x11-wm/jwm/jwm-2.3.7.ebuild +++ b/x11-wm/jwm/jwm-2.3.7.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils + +inherit wrapper DESCRIPTION="Very fast and lightweight still powerful window manager for X" HOMEPAGE="http://joewing.net/projects/jwm/"
