commit: 89c3a2e2fd6cd5942ae96ea236d32e919063e244 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 03:55:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 03:55:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c3a2e2
x11-plugins/pidgin-extprefs: handle pidgin[gtk] -> pidgin[gui] Signed-off-by: Sam James <sam <AT> gentoo.org> .../{pidgin-extprefs-0.7-r1.ebuild => pidgin-extprefs-0.7-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r2.ebuild similarity index 88% rename from x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild rename to x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r2.ebuild index f8a1bac695d2..0b99a0e5b633 100644 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild +++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-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=7 @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~riscv sparc x86" -RDEPEND="net-im/pidgin[gtk]" +RDEPEND="net-im/pidgin[gui]" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"