diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:39:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 15:04:31 +0100 |
commit | 8e9e85bbaf9efc6b0c14ea613e3715336547f115 (patch) | |
tree | 24ebb3a8aa07ea086dbb2f9d53c5ebbefc26fdf0 /x11-wm/sawfish | |
parent | sci-mathematics/flint: fix CMAKE_MAKEFILE_GENERATOR (diff) | |
download | gentoo-8e9e85bbaf9efc6b0c14ea613e3715336547f115.tar.gz gentoo-8e9e85bbaf9efc6b0c14ea613e3715336547f115.tar.bz2 gentoo-8e9e85bbaf9efc6b0c14ea613e3715336547f115.zip |
x11-wm/sawfish: eutils -> l10n
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/sawfish-1.12.90-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild b/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild index 7b796ede0e0c..7483e8736cbb 100644 --- a/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild +++ b/x11-wm/sawfish/sawfish-1.12.90-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_P="${P/-/_}" -inherit autotools elisp-common eutils xdg-utils +inherit autotools elisp-common l10n xdg-utils DESCRIPTION="Extensible window manager using a Lisp-based scripting language" HOMEPAGE="https://sawfish.fandom.com/wiki/Main_Page" |