diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:35:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 15:04:32 +0100 |
commit | e800d23b2a42982e1dc9a1a4cab663c26ba49ad7 (patch) | |
tree | d9cdf7405d792eaa017402729664d0b92c0e60e7 /x11-wm/stumpwm | |
parent | x11-wm/sawfish: eutils -> l10n (diff) | |
download | gentoo-e800d23b2a42982e1dc9a1a4cab663c26ba49ad7.tar.gz gentoo-e800d23b2a42982e1dc9a1a4cab663c26ba49ad7.tar.bz2 gentoo-e800d23b2a42982e1dc9a1a4cab663c26ba49ad7.zip |
x11-wm/stumpwm: add missing (indirect) desktop inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r-- | x11-wm/stumpwm/stumpwm-18.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/stumpwm/stumpwm-18.05.ebuild b/x11-wm/stumpwm/stumpwm-18.05.ebuild index 328b8223f97b..cb730e3d3019 100644 --- a/x11-wm/stumpwm/stumpwm-18.05.ebuild +++ b/x11-wm/stumpwm/stumpwm-18.05.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit common-lisp-3 autotools elisp-common xdg-utils versionator +inherit common-lisp-3 autotools desktop elisp-common xdg-utils versionator DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." HOMEPAGE="https://stumpwm.github.io/" |