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 A2B8A1580E0 for ; Mon, 27 Jan 2025 10:48:15 +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 6B458343508 for ; Mon, 27 Jan 2025 10:48:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8AC03110470; Mon, 27 Jan 2025 10:48:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7B83F110470 for ; Mon, 27 Jan 2025 10:48:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B84F53434B2 for ; Mon, 27 Jan 2025 10:48:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2072FE65 for ; Mon, 27 Jan 2025 10:48:09 +0000 (UTC) From: "V Uethya" <1758961307@qq.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "V Uethya" <1758961307@qq.com> Message-ID: <1737974652.044e673dc48d75c5f9c5ba63a873b2cdd1a60853.1758961307@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/drbl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-boot/drbl/drbl-5.4.2.ebuild X-VCS-Directories: sys-boot/drbl/ X-VCS-Committer: 1758961307 X-VCS-Committer-Name: V Uethya X-VCS-Revision: 044e673dc48d75c5f9c5ba63a873b2cdd1a60853 X-VCS-Branch: dev Date: Mon, 27 Jan 2025 10:48:09 +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: 59f8ca98-f958-4f39-a732-973fd23bc824 X-Archives-Hash: 54b703ac05965d5cdb5a2eff7944786f commit: 044e673dc48d75c5f9c5ba63a873b2cdd1a60853 Author: 123485k <1758961307 qq com> AuthorDate: Mon Jan 27 10:44:12 2025 +0000 Commit: V Uethya <1758961307 qq com> CommitDate: Mon Jan 27 10:44:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=044e673d sys-boot/drbl: replace RDEPEND with DEPEND Signed-off-by: 123485k <1758961307 qq.com> sys-boot/drbl/drbl-5.4.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-boot/drbl/drbl-5.4.2.ebuild b/sys-boot/drbl/drbl-5.4.2.ebuild index a5def73f6..7f6dcd1f1 100644 --- a/sys-boot/drbl/drbl-5.4.2.ebuild +++ b/sys-boot/drbl/drbl-5.4.2.ebuild @@ -10,8 +10,7 @@ SRC_URI="https://github.com/stevenshiau/drbl/archive/refs/tags/v${PV}.tar.gz -> LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" - -RDEPEND="${DEPEND} +DEPEND=" net-misc/ipcalc sys-devel/bc sys-fs/e2fsprogs