commit:     c76a73f3ed170ebba953f2f23e9303c51981cf2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 01:04:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 01:04:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a73f3

sys-apps/util-linux: fix verify-sig BDEPEND (conditional only)

Closes: https://bugs.gentoo.org/836455
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/util-linux/util-linux-2.38.ebuild | 2 +-
 sys-apps/util-linux/util-linux-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.38.ebuild 
b/sys-apps/util-linux/util-linux-2.38.ebuild
index a2f0f3e443ab..68bb10664cf1 100644
--- a/sys-apps/util-linux/util-linux-2.38.ebuild
+++ b/sys-apps/util-linux/util-linux-2.38.ebuild
@@ -84,7 +84,7 @@ if [[ ${PV} == 9999 ]] ; then
        # Required for man-page generation
        BDEPEND+=" dev-ruby/asciidoctor"
 else
-       BDEPEND+=" sec-keys/openpgp-keys-karelzak"
+       BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-karelzak )"
 fi
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) su? ( pam )"

diff --git a/sys-apps/util-linux/util-linux-9999.ebuild 
b/sys-apps/util-linux/util-linux-9999.ebuild
index a2f0f3e443ab..68bb10664cf1 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.ebuild
@@ -84,7 +84,7 @@ if [[ ${PV} == 9999 ]] ; then
        # Required for man-page generation
        BDEPEND+=" dev-ruby/asciidoctor"
 else
-       BDEPEND+=" sec-keys/openpgp-keys-karelzak"
+       BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-karelzak )"
 fi
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) su? ( pam )"

Reply via email to