commit:     d92190a93b9a880a5a7fadf1dff5c89fb10a8aed
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 14:34:31 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> 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ć <jsmolic <AT> 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

Reply via email to