diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-03-20 16:34:39 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-03-20 16:40:57 +0100 |
commit | d981fa97c3dcba80e7938ab5e056eebc005e472f (patch) | |
tree | 44f57af573b8d2b6c17c39419dda24d7df21bb9d /x11-wm | |
parent | x11-wm/dwm: add 6.5 (diff) | |
download | gentoo-d981fa97c3dcba80e7938ab5e056eebc005e472f.tar.gz gentoo-d981fa97c3dcba80e7938ab5e056eebc005e472f.tar.bz2 gentoo-d981fa97c3dcba80e7938ab5e056eebc005e472f.zip |
x11-wm/dwm: sync live
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/dwm/dwm-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/dwm/dwm-9999.ebuild b/x11-wm/dwm/dwm-9999.ebuild index 4553c04b8640..5881e52a6091 100644 --- a/x11-wm/dwm/dwm-9999.ebuild +++ b/x11-wm/dwm/dwm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + x11-base/xorg-proto xinerama? ( x11-base/xorg-proto ) " |