From 8d9891cab30df71423ccb306dde5eacacf146b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Oth=C3=B3n=20Mart=C3=ADnez=20Vera?= Date: Wed, 26 Mar 2025 10:42:29 -0600 Subject: [PATCH] net-im/pidgin: drop strip/replace compiler flags by default, enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +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 Signed-off-by: Sam James --- .../{pidgin-2.14.14.ebuild => pidgin-2.14.14-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename net-im/pidgin/{pidgin-2.14.14.ebuild => pidgin-2.14.14-r1.ebuild} (98%) 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 086df3b1be930..5f07a945ff21a 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"