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 D551E15800F for ; Mon, 23 Jan 2023 04:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BD45E0826; Mon, 23 Jan 2023 04:12:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 117ABE0826 for ; Mon, 23 Jan 2023 04:12:48 +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 B979F340ED8 for ; Mon, 23 Jan 2023 04:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EB5683C for ; Mon, 23 Jan 2023 04:12:45 +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: <1674447148.401ced71cd8de8504241019b9ebb5a260e6a5fc1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild sys-libs/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: sys-libs/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 401ced71cd8de8504241019b9ebb5a260e6a5fc1 X-VCS-Branch: master Date: Mon, 23 Jan 2023 04:12:45 +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: 0f79fb16-0a8b-4eef-87d3-a640586d739d X-Archives-Hash: cb6893129213d54a592b46e809c68041 commit: 401ced71cd8de8504241019b9ebb5a260e6a5fc1 Author: Sam James gentoo org> AuthorDate: Mon Jan 23 03:39:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 04:12:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401ced71 sys-libs/pkgcraft: drop stale TODO This is already handled by the live templating now. Signed-off-by: Sam James gentoo.org> sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild | 2 -- sys-libs/pkgcraft/pkgcraft-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild b/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild index 2258d3c3746b..db15bda1f7db 100644 --- a/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-0.0.4.ebuild @@ -178,8 +178,6 @@ SLOT="0/${PV}" IUSE="test" RESTRICT="!test? ( test )" -# TODO: drop cargo-nextest, it's mostly used for testing the other crates, not -# pkgcraft-c. BDEPEND+=" dev-util/cargo-c >=virtual/rust-1.65 diff --git a/sys-libs/pkgcraft/pkgcraft-9999.ebuild b/sys-libs/pkgcraft/pkgcraft-9999.ebuild index 2258d3c3746b..db15bda1f7db 100644 --- a/sys-libs/pkgcraft/pkgcraft-9999.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-9999.ebuild @@ -178,8 +178,6 @@ SLOT="0/${PV}" IUSE="test" RESTRICT="!test? ( test )" -# TODO: drop cargo-nextest, it's mostly used for testing the other crates, not -# pkgcraft-c. BDEPEND+=" dev-util/cargo-c >=virtual/rust-1.65