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 5E7E5159C9B for ; Tue, 6 Aug 2024 14:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57FF22BC12D; Tue, 6 Aug 2024 14:36:59 +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 3D4B02BC12D for ; Tue, 6 Aug 2024 14:36:59 +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 46EEB33BE4D for ; Tue, 6 Aug 2024 14:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB3C71EB6 for ; Tue, 6 Aug 2024 14:36:56 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1722954948.d92190a93b9a880a5a7fadf1dff5c89fb10a8aed.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/u-boot-tools/u-boot-tools-2024.01-r1.ebuild dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild X-VCS-Directories: dev-embedded/u-boot-tools/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d92190a93b9a880a5a7fadf1dff5c89fb10a8aed X-VCS-Branch: master Date: Tue, 6 Aug 2024 14:36:56 +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: 76117fb2-b308-4b25-896c-df224c95dddb X-Archives-Hash: b8c738118cb0492405e30a473c885503 commit: d92190a93b9a880a5a7fadf1dff5c89fb10a8aed Author: Jakov Smolić gentoo org> AuthorDate: Tue Aug 6 14:34:31 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Aug 6 14:35:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92190a9 dev-embedded/u-boot-tools: Install the mkeficapsule binary Previous commit added the missing gnutls dependency for this binary and since we are already building it let's install it as well. Revbump for these changes and add util-linux as a dependency as mkeficapsule links to its library. Signed-off-by: Jakov Smolić gentoo.org> .../{u-boot-tools-2024.01.ebuild => u-boot-tools-2024.01-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2024.01-r1.ebuild similarity index 94% rename from dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild rename to dev-embedded/u-boot-tools/u-boot-tools-2024.01-r1.ebuild index 968110756c2a..1e13270fe5ad 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2024.01-r1.ebuild @@ -23,6 +23,7 @@ IUSE="envtools" RDEPEND=" dev-libs/openssl:= net-libs/gnutls:= + sys-apps/util-linux:= " DEPEND="${RDEPEND}" BDEPEND=" @@ -79,7 +80,7 @@ src_install() { cd tools || die if ! use envtools; then - dobin dumpimage fdtgrep gen_eth_addr img2srec mkenvimage mkimage + dobin dumpimage fdtgrep gen_eth_addr img2srec mkeficapsule mkenvimage mkimage fi dobin env/fw_printenv