From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6EC231584AD for ; Thu, 24 Apr 2025 23:51:30 +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 5BDCD34305D for ; Thu, 24 Apr 2025 23:51:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 595C31104A9; Thu, 24 Apr 2025 23:51:26 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id 517141104A9 for ; Thu, 24 Apr 2025 23:51:26 +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 00B99343023 for ; Thu, 24 Apr 2025 23:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 585C9254A for ; Thu, 24 Apr 2025 23:51:24 +0000 (UTC) From: "Sam James" 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" Message-ID: <1745538556.9326e89c253c646368895ba41ab8a82976b5e593.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.13-r1.ebuild net-im/pidgin/pidgin-2.14.14-r1.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9326e89c253c646368895ba41ab8a82976b5e593 X-VCS-Branch: master Date: Thu, 24 Apr 2025 23:51:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6776fa8b-5c5d-4218-bc83-1ad3f7a3da3f X-Archives-Hash: eb35f8a483f717ffbd5bda2e9bd5bcce commit: 9326e89c253c646368895ba41ab8a82976b5e593 Author: Sam James gentoo org> AuthorDate: Thu Apr 24 23:49:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 24 23:49:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9326e89c net-im/pidgin: drop USE=pie This is handled by defaults on the toolchain these days. The referenced strip-flags (not that it'd matter with such defaults) is also gone in 2.14.14-r1 too. Bug: https://bugs.gentoo.org/571096 Signed-off-by: Sam James gentoo.org> net-im/pidgin/pidgin-2.14.13-r1.ebuild | 3 +-- net-im/pidgin/pidgin-2.14.14-r1.ebuild | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/net-im/pidgin/pidgin-2.14.13-r1.ebuild b/net-im/pidgin/pidgin-2.14.13-r1.ebuild index b008a0e36ff7..3b0258b4b332 100644 --- a/net-im/pidgin/pidgin-2.14.13-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.13-r1.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0/2" # libpurple version KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gui idn -meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl +meanwhile ncurses networkmanager nls perl prediction python sasl spell tcl test tk v4l +xscreensaver zephyr zeroconf" RESTRICT="!test? ( test )" @@ -171,7 +171,6 @@ src_configure() { # Stabilize things, for your own good strip-flags replace-flags -O? -O2 - use pie && append-cflags -fPIE -pie use gadu && DEFAULT_PRPLS+=",gg" use groupwise && DEFAULT_PRPLS+=",novell" diff --git a/net-im/pidgin/pidgin-2.14.14-r1.ebuild b/net-im/pidgin/pidgin-2.14.14-r1.ebuild index 5f07a945ff21..f9aec0c8330d 100644 --- a/net-im/pidgin/pidgin-2.14.14-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.14-r1.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0/2" # libpurple version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gui idn -meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl +meanwhile ncurses networkmanager nls perl prediction python sasl spell tcl test tk v4l +xscreensaver zephyr zeroconf" RESTRICT="!test? ( test )" @@ -184,8 +184,6 @@ src_configure() { # bug #944076 (check if we can remove it w/ 3.x) append-cflags -std=gnu17 - use pie && append-cflags -fPIE -pie - use gadu && DEFAULT_PRPLS+=",gg" use groupwise && DEFAULT_PRPLS+=",novell" use meanwhile && DEFAULT_PRPLS+=",sametime"