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/sawfish/
Date: Fri, 02 Apr 2021 14:04:48
Message-Id: 1617372271.8e9e85bbaf9efc6b0c14ea613e3715336547f115.sam@gentoo
1 commit: 8e9e85bbaf9efc6b0c14ea613e3715336547f115
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 02:39:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:04:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9e85bb
7
8 x11-wm/sawfish: eutils -> l10n
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-wm/sawfish/sawfish-1.12.90-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild b/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild
16 index 7b796ede0e0..7483e8736cb 100644
17 --- a/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild
18 +++ b/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 MY_P="${P/-/_}"
27 -inherit autotools elisp-common eutils xdg-utils
28 +inherit autotools elisp-common l10n xdg-utils
29
30 DESCRIPTION="Extensible window manager using a Lisp-based scripting language"
31 HOMEPAGE="https://sawfish.fandom.com/wiki/Main_Page"