commit: e8d5aa9275a8de6cc5c6f9ad521b2373b4b18234 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Jun 11 02:08:30 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Jun 11 03:39:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d5aa92
media-sound/pnmixer: require gtk X support The code extensively uses gdkx.h in an unconditional way, furthermore it even segfaults if built against gtk+:3[X,wayland] and launched in an active wayland session: https://github.com/nicklan/pnmixer/issues/190 Closes: https://bugs.gentoo.org/957784 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> .../pnmixer/{pnmixer-0.7.2-r1.ebuild => pnmixer-0.7.2-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild b/media-sound/pnmixer/pnmixer-0.7.2-r2.ebuild similarity index 94% rename from media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild rename to media-sound/pnmixer/pnmixer-0.7.2-r2.ebuild index 45e99d0fae78..850af4a3e16e 100644 --- a/media-sound/pnmixer/pnmixer-0.7.2-r1.ebuild +++ b/media-sound/pnmixer/pnmixer-0.7.2-r2.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 @@ -19,7 +19,7 @@ IUSE="doc libnotify nls" RDEPEND=" dev-libs/glib:2 media-libs/alsa-lib - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libX11 libnotify? ( x11-libs/libnotify ) "
