Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/
Date: Fri, 16 Apr 2021 11:23:49
Message-Id: 1618572189.7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281.sam@gentoo
1 commit: 7b4af77a4da006f75a8b2eabb02fbdfb1bf7c281
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 10:58:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 11:23:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4af77a
7
8 x11-wm/jwm: eutils->wrapper
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-wm/jwm/jwm-2.3.2.ebuild | 3 ++-
13 x11-wm/jwm/jwm-2.3.7.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild
17 index 122eb6cae1a..f5523a67a31 100644
18 --- a/x11-wm/jwm/jwm-2.3.2.ebuild
19 +++ b/x11-wm/jwm/jwm-2.3.2.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -inherit eutils
25 +
26 +inherit wrapper
27
28 DESCRIPTION="Very fast and lightweight still powerful window manager for X"
29 HOMEPAGE="http://joewing.net/projects/jwm/"
30
31 diff --git a/x11-wm/jwm/jwm-2.3.7.ebuild b/x11-wm/jwm/jwm-2.3.7.ebuild
32 index d07ef653456..de3b5aa2c7f 100644
33 --- a/x11-wm/jwm/jwm-2.3.7.ebuild
34 +++ b/x11-wm/jwm/jwm-2.3.7.ebuild
35 @@ -2,7 +2,8 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 -inherit eutils
40 +
41 +inherit wrapper
42
43 DESCRIPTION="Very fast and lightweight still powerful window manager for X"
44 HOMEPAGE="http://joewing.net/projects/jwm/"