commit: 5610c932808e3cca006c57003d51d0a318002593 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Sun Jul 20 09:52:26 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sun Jul 20 09:52:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5610c932
app-crypt/sbsigntools: add missing bdep Closes: https://bugs.gentoo.org/960481 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> app-crypt/sbsigntools/sbsigntools-0.9.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/sbsigntools/sbsigntools-0.9.5.ebuild b/app-crypt/sbsigntools/sbsigntools-0.9.5.ebuild index b6c7e8e1d90d..27f6a0464dce 100644 --- a/app-crypt/sbsigntools/sbsigntools-0.9.5.ebuild +++ b/app-crypt/sbsigntools/sbsigntools-0.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,7 @@ DEPEND=" sys-libs/binutils-libs " BDEPEND=" + dev-perl/Locale-gettext sys-apps/help2man virtual/pkgconfig "
