commit: 8d9891cab30df71423ccb306dde5eacacf146b56 Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Wed Mar 26 16:42:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 10 09:32:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9891ca
net-im/pidgin: drop strip/replace compiler flags by default, enable py3.13 +20 years ago there was a bug with ```net-im/gaim```, probably caused by gcc-2.95 and ```-Os``` optimization. The following developers and maintainers just copied those lines when bumping versions, and nobody tried to remove them with new Gaim/Pidgin/GCC versions. Bug: https://bugs.gentoo.org/29394 Closes: https://bugs.gentoo.org/944837 Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/pidgin/{pidgin-2.14.14.ebuild => pidgin-2.14.14-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-im/pidgin/pidgin-2.14.14.ebuild b/net-im/pidgin/pidgin-2.14.14-r1.ebuild similarity index 98% rename from net-im/pidgin/pidgin-2.14.14.ebuild rename to net-im/pidgin/pidgin-2.14.14-r1.ebuild index 086df3b1be93..5f07a945ff21 100644 --- a/net-im/pidgin/pidgin-2.14.14.ebuild +++ b/net-im/pidgin/pidgin-2.14.14-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg @@ -184,9 +184,6 @@ src_configure() { # bug #944076 (check if we can remove it w/ 3.x) append-cflags -std=gnu17 - # Stabilize things, for your own good - strip-flags - replace-flags -O? -O2 use pie && append-cflags -fPIE -pie use gadu && DEFAULT_PRPLS+=",gg"
