diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 11:58:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:23:09 +0100 |
commit | 7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281 (patch) | |
tree | ba6e8adb0bed2e7e01c70a27189be03f1c500dcd /x11-wm/jwm | |
parent | x11-wm/ctwm: eutils-- (diff) | |
download | gentoo-7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281.tar.gz gentoo-7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281.tar.bz2 gentoo-7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281.zip |
x11-wm/jwm: eutils->wrapper
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/jwm-2.3.2.ebuild | 3 | ||||
-rw-r--r-- | 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 122eb6cae1a1..f5523a67a314 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 d07ef6534561..de3b5aa2c7f5 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/" |