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 2DFE71581EE for ; Fri, 28 Mar 2025 20:25:06 +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 0A9933430D3 for ; Fri, 28 Mar 2025 20:25:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0AA9A1104B1; Fri, 28 Mar 2025 20:25:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 002921104B1 for ; Fri, 28 Mar 2025 20:25:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC14A34307A for ; Fri, 28 Mar 2025 20:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42ED5236F for ; Fri, 28 Mar 2025 20:25:03 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1743193498.719db758e9f3ed8c96acb2df6ded739fab2b22bd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/swift/, net-im/swift/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/swift/files/swift-4.0.3-scons-4.9.0.patch net-im/swift/swift-4.0.3-r2.ebuild X-VCS-Directories: net-im/swift/ net-im/swift/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 719db758e9f3ed8c96acb2df6ded739fab2b22bd X-VCS-Branch: master Date: Fri, 28 Mar 2025 20:25:03 +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: 797de239-19b7-4dd3-ae62-85a8df274261 X-Archives-Hash: c3ec900b85587a63cdda0d197a07c348 commit: 719db758e9f3ed8c96acb2df6ded739fab2b22bd Author: Conrad Kostecki gentoo org> AuthorDate: Fri Mar 28 20:23:51 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Mar 28 20:24:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719db758 net-im/swift: add fix for >=scons-4.9.0 Closes: https://bugs.gentoo.org/950584 Signed-off-by: Conrad Kostecki gentoo.org> net-im/swift/files/swift-4.0.3-scons-4.9.0.patch | 11 +++++++++++ net-im/swift/swift-4.0.3-r2.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/net-im/swift/files/swift-4.0.3-scons-4.9.0.patch b/net-im/swift/files/swift-4.0.3-scons-4.9.0.patch new file mode 100644 index 000000000000..8b0e06410bb5 --- /dev/null +++ b/net-im/swift/files/swift-4.0.3-scons-4.9.0.patch @@ -0,0 +1,11 @@ +--- a/BuildTools/SCons/SConscript.boot ++++ b/BuildTools/SCons/SConscript.boot +@@ -64,7 +64,7 @@ + vars.Add(PathVariable("expat_includedir", "Expat headers location", None, PathVariable.PathAccept)) + vars.Add(PathVariable("expat_libdir", "Expat library location", None, PathVariable.PathAccept)) + vars.Add("expat_libname", "Expat library name", os.name == "nt" and "libexpat" or "expat") +-vars.Add(PackageVariable("icu", "ICU library location", "no")) ++vars.Add(PackageVariable("icu", "ICU library location", "search")) + vars.Add(BoolVariable("libidn_bundled_enable", "Allow use of bundled LibIDN", "true")) + vars.Add(BoolVariable("try_libidn", "Try configuring for LibIDN?", "true")) + vars.Add(PathVariable("libidn_includedir", "LibIDN headers location", None, PathVariable.PathAccept)) diff --git a/net-im/swift/swift-4.0.3-r2.ebuild b/net-im/swift/swift-4.0.3-r2.ebuild index 8a2cbafdea9e..2939f96690ad 100644 --- a/net-im/swift/swift-4.0.3-r2.ebuild +++ b/net-im/swift/swift-4.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,7 @@ PATCHES=( "${WORKDIR}"/${PN}-4.0.3-python3-compatibility.patch "${FILESDIR}"/${PN}-4.0.3-reproducible-build.patch "${FILESDIR}"/${PN}-4.0.3-miniupnpc.patch + "${FILESDIR}"/${PN}-4.0.3-scons-4.9.0.patch ) pkg_setup() {