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/stumpwm/
Date: Fri, 02 Apr 2021 14:04:49
Message-Id: 1617372272.e800d23b2a42982e1dc9a1a4cab663c26ba49ad7.sam@gentoo
1 commit: e800d23b2a42982e1dc9a1a4cab663c26ba49ad7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 02:35:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:04:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e800d23b
7
8 x11-wm/stumpwm: add missing (indirect) desktop inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-wm/stumpwm/stumpwm-18.05.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/stumpwm/stumpwm-18.05.ebuild b/x11-wm/stumpwm/stumpwm-18.05.ebuild
16 index 328b8223f97..cb730e3d301 100644
17 --- a/x11-wm/stumpwm/stumpwm-18.05.ebuild
18 +++ b/x11-wm/stumpwm/stumpwm-18.05.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2019 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 -inherit common-lisp-3 autotools elisp-common xdg-utils versionator
27 +inherit common-lisp-3 autotools desktop elisp-common xdg-utils versionator
28
29 DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
30 HOMEPAGE="https://stumpwm.github.io/"