diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-01-05 10:28:22 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-01-05 10:34:30 -0600 |
commit | 35af6e5ea98747f7c435eb80ac17f9767a454664 (patch) | |
tree | 0eb5a15ab5c75f4739d2e882efa34e5a9ce85ebd /x11-wm | |
parent | media-gfx/fotoxx: add 23.0 (diff) | |
download | gentoo-35af6e5ea98747f7c435eb80ac17f9767a454664.tar.gz gentoo-35af6e5ea98747f7c435eb80ac17f9767a454664.tar.bz2 gentoo-35af6e5ea98747f7c435eb80ac17f9767a454664.zip |
x11-wm/spectrwm: add missing deps
Closes: https://bugs.gentoo.org/887839
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/spectrwm/spectrwm-3.4.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/spectrwm/spectrwm-3.4.1.ebuild b/x11-wm/spectrwm/spectrwm-3.4.1.ebuild index a0949ab30736..8628a4ce4ffe 100644 --- a/x11-wm/spectrwm/spectrwm-3.4.1.ebuild +++ b/x11-wm/spectrwm/spectrwm-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,8 @@ DEPEND=" x11-libs/libXrandr x11-libs/libXt x11-libs/xcb-util + x11-libs/xcb-util-keysyms + x11-libs/xcb-util-wm " PATCHES=( "${FILESDIR}"/${PN}-3.4.0-gentoo.patch |