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 9E116159C96 for ; Fri, 26 Jul 2024 20:29:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4FE6E2A06; Fri, 26 Jul 2024 20:29:25 +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 pigeon.gentoo.org (Postfix) with ESMTPS id A3A5BE2A06 for ; Fri, 26 Jul 2024 20:29:25 +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 AB64E335D1C for ; Fri, 26 Jul 2024 20:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5BC1DC9 for ; Fri, 26 Jul 2024 20:29:23 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721919948.02c2737f4e246a8fb6b3ac608a5f93621d61ae75.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/portagecfg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/portagecfg/portagecfg-2.0.0.ebuild X-VCS-Directories: app-portage/portagecfg/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 02c2737f4e246a8fb6b3ac608a5f93621d61ae75 X-VCS-Branch: master Date: Fri, 26 Jul 2024 20:29:23 +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: 2d860147-e898-4d39-adb2-2fe787a3e409 X-Archives-Hash: 282190a520cac113c531f295adbce747 commit: 02c2737f4e246a8fb6b3ac608a5f93621d61ae75 Author: Brayan M. Salazar proton me> AuthorDate: Thu Jul 25 15:05:12 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 25 15:05:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02c2737f app-portage/portagecfg: Fixed wrong BDEPEND. Signed-off-by: Brayan M. Salazar proton.me> app-portage/portagecfg/portagecfg-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/portagecfg/portagecfg-2.0.0.ebuild b/app-portage/portagecfg/portagecfg-2.0.0.ebuild index 5b63207a1..8ffca7b0e 100644 --- a/app-portage/portagecfg/portagecfg-2.0.0.ebuild +++ b/app-portage/portagecfg/portagecfg-2.0.0.ebuild @@ -18,4 +18,4 @@ dev-qt/qtbase:6 dev-qt/linguist-tools:5 " RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" +BDEPEND=">=dev-build/cmake-3.28"