From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1735777-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 75D721581EE
	for <garchives@archives.gentoo.org>; Thu, 10 Apr 2025 09:34:03 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 5F53B34358D
	for <garchives@archives.gentoo.org>; Thu, 10 Apr 2025 09:34:03 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 6108D1102B2;
	Thu, 10 Apr 2025 09:34:02 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id 588E61102B2
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Apr 2025 09:34:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F2A323435A3
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Apr 2025 09:34:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 54BEB159F
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Apr 2025 09:34:00 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1744277520.8d9891cab30df71423ccb306dde5eacacf146b56.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-im/pidgin/pidgin-2.14.14-r1.ebuild net-im/pidgin/pidgin-2.14.14.ebuild
X-VCS-Directories: net-im/pidgin/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8d9891cab30df71423ccb306dde5eacacf146b56
X-VCS-Branch: master
Date: Thu, 10 Apr 2025 09:34:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 707d423c-d076-47e3-966a-2824e32f8c3a
X-Archives-Hash: d41866013374d0dc6fa07fb76059a54a

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"