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 60CEB158451 for ; Sat, 13 Jan 2024 10:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7879E2A28; Sat, 13 Jan 2024 10:22:52 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B20F7E2A28 for ; Sat, 13 Jan 2024 10:22:52 +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 90061343193 for ; Sat, 13 Jan 2024 10:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB3F614C6 for ; Sat, 13 Jan 2024 10:22:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1705140733.bafae16c1d86a4da14ddbbfc588bc9cf7cda4fb0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-15.0.7-r1.ebuild sys-libs/libcxx/libcxx-16.0.6.ebuild sys-libs/libcxx/libcxx-17.0.6.ebuild sys-libs/libcxx/libcxx-18.0.0.9999.ebuild sys-libs/libcxx/libcxx-18.0.0_pre20240106.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bafae16c1d86a4da14ddbbfc588bc9cf7cda4fb0 X-VCS-Branch: master Date: Sat, 13 Jan 2024 10:22:48 +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: 887afa72-da41-4875-b0f0-1640492b3790 X-Archives-Hash: c34a0d624a5c88eac56d3dcd12ac9de5 commit: bafae16c1d86a4da14ddbbfc588bc9cf7cda4fb0 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 13 10:12:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 13 10:12:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafae16c sys-libs/libcxx: Remove redundant cmake dep Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/libcxx-15.0.7-r1.ebuild | 1 - sys-libs/libcxx/libcxx-16.0.6.ebuild | 1 - sys-libs/libcxx/libcxx-17.0.6.ebuild | 1 - sys-libs/libcxx/libcxx-18.0.0.9999.ebuild | 1 - sys-libs/libcxx/libcxx-18.0.0_pre20240106.ebuild | 1 - 5 files changed, 5 deletions(-) diff --git a/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild index adcbd5dcfd57..f07e4e73f9ce 100644 --- a/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild +++ b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild @@ -36,7 +36,6 @@ BDEPEND=" ) test? ( dev-debug/gdb[python] - >=dev-util/cmake-3.16 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) " diff --git a/sys-libs/libcxx/libcxx-16.0.6.ebuild b/sys-libs/libcxx/libcxx-16.0.6.ebuild index 2e15ffb85d0e..88a95143ed66 100644 --- a/sys-libs/libcxx/libcxx-16.0.6.ebuild +++ b/sys-libs/libcxx/libcxx-16.0.6.ebuild @@ -36,7 +36,6 @@ BDEPEND=" ) test? ( dev-debug/gdb[python] - >=dev-util/cmake-3.16 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) " diff --git a/sys-libs/libcxx/libcxx-17.0.6.ebuild b/sys-libs/libcxx/libcxx-17.0.6.ebuild index 1526a4b1f7e0..c10f6928377d 100644 --- a/sys-libs/libcxx/libcxx-17.0.6.ebuild +++ b/sys-libs/libcxx/libcxx-17.0.6.ebuild @@ -36,7 +36,6 @@ BDEPEND=" ) test? ( dev-debug/gdb[python] - >=dev-util/cmake-3.16 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) " diff --git a/sys-libs/libcxx/libcxx-18.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-18.0.0.9999.ebuild index d6d02a1f5abe..cecc0698d6a7 100644 --- a/sys-libs/libcxx/libcxx-18.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-18.0.0.9999.ebuild @@ -35,7 +35,6 @@ BDEPEND=" ) test? ( dev-debug/gdb[python] - >=dev-util/cmake-3.16 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) " diff --git a/sys-libs/libcxx/libcxx-18.0.0_pre20240106.ebuild b/sys-libs/libcxx/libcxx-18.0.0_pre20240106.ebuild index d6d02a1f5abe..cecc0698d6a7 100644 --- a/sys-libs/libcxx/libcxx-18.0.0_pre20240106.ebuild +++ b/sys-libs/libcxx/libcxx-18.0.0_pre20240106.ebuild @@ -35,7 +35,6 @@ BDEPEND=" ) test? ( dev-debug/gdb[python] - >=dev-util/cmake-3.16 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') ) "