From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B301159C9B for ; Sat, 10 Aug 2024 20:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CA012BC0CD; Sat, 10 Aug 2024 20:34:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 130142BC0CD for ; Sat, 10 Aug 2024 20:34:43 +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 3B9F3335D2B for ; Sat, 10 Aug 2024 20:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 663601ED7 for ; Sat, 10 Aug 2024 20:34:39 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1723305345.b7c90de761e043fe8af43065a199468479795c6e.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/swift/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/swift/swift-5.10.1.ebuild X-VCS-Directories: dev-lang/swift/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: b7c90de761e043fe8af43065a199468479795c6e X-VCS-Branch: master Date: Sat, 10 Aug 2024 20:34:39 +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: 64c2b46a-b6e7-4bf9-8f8e-48ab7eb10af0 X-Archives-Hash: 09deb61ab2fd62dc5b90077bfab33320 commit: b7c90de761e043fe8af43065a199468479795c6e Author: Itai Ferber itaiferber net> AuthorDate: Sat Aug 10 15:55:45 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sat Aug 10 15:55:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7c90de7 dev-lang/swift: fix build-time dependencies Signed-off-by: Itai Ferber itaiferber.net> dev-lang/swift/swift-5.10.1.ebuild | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-lang/swift/swift-5.10.1.ebuild b/dev-lang/swift/swift-5.10.1.ebuild index 229554531..a53eb87d5 100644 --- a/dev-lang/swift/swift-5.10.1.ebuild +++ b/dev-lang/swift/swift-5.10.1.ebuild @@ -64,13 +64,10 @@ RESTRICT="strip" RDEPEND=" ${PYTHON_DEPS} - >=dev-build/cmake-3.24.2 - >=dev-build/ninja-1.11 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 - >=dev-vcs/git-2.39 >=net-misc/curl-8.4 >=sys-devel/lld-15 >=sys-libs/ncurses-6 @@ -80,8 +77,18 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} + >=dev-build/cmake-3.24.2 + >=dev-build/ninja-1.11 + >=dev-db/sqlite-3 + >=dev-libs/libedit-20221030 + >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 + >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 + >=sys-devel/clang-15 + >=sys-libs/ncurses-6 + >=sys-libs/zlib-1.3 + dev-lang/python " src_unpack() {