Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/
Date: Mon, 21 Feb 2022 01:28:56
Message-Id: 1645406901.dcf79061e84d860eda6391ab3b5bf85756a9df18.jstein@gentoo
1 commit: dcf79061e84d860eda6391ab3b5bf85756a9df18
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 01:28:21 2022 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 01:28:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf79061
7
8 x11-wm/ratpoison: drop unused eclass: eutils
9
10 drop unused eclass: eutils
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
19 index 8346af3e1dc3..3d20f3c4d143 100644
20 --- a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
21 +++ b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 -inherit elisp-common eutils toolchain-funcs
29 +inherit elisp-common toolchain-funcs
30
31 DESCRIPTION="window manager without mouse dependency"
32 HOMEPAGE="http://www.nongnu.org/ratpoison/"