commit: fedcf14afac81999c90412a6fb7f3067fd5cf7f3 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 09:11:31 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 09:26:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedcf14a
x11-misc/devilspie2: add missing gtk+:3[X] usedep (note that this cannot work on wayland, thus being a hard dependency) Closes: https://bugs.gentoo.org/957651 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> .../devilspie2/{devilspie2-0.45.ebuild => devilspie2-0.45-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/devilspie2/devilspie2-0.45.ebuild b/x11-misc/devilspie2/devilspie2-0.45-r1.ebuild similarity index 94% rename from x11-misc/devilspie2/devilspie2-0.45.ebuild rename to x11-misc/devilspie2/devilspie2-0.45-r1.ebuild index 70c4cae6a81c..3edd999fb5c5 100644 --- a/x11-misc/devilspie2/devilspie2-0.45.ebuild +++ b/x11-misc/devilspie2/devilspie2-0.45-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" ${LUA_DEPS} dev-libs/glib:2 - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXinerama x11-libs/libXrandr
