x11-plugins/pidgin-musictracker: handle pidgin[gtk] -> pidgin[gui]

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-03-22 03:53:48 +00:00
parent 280903f731
commit 646dc2ca4f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -17,7 +17,7 @@ IUSE="debug"
DEPEND="
dev-libs/dbus-glib
dev-libs/libpcre
net-im/pidgin[gtk]"
net-im/pidgin[gui]"
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/gettext"