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@cfuga.mx>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Cristian Othón Martínez Vera
2025-03-26 10:42:29 -06:00
committed by Sam James
parent 2d3db74108
commit 8d9891cab3

View File

@@ -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"