summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-31 02:04:40 +0100
committerSam James <sam@gentoo.org>2022-03-31 02:04:40 +0100
commitc76a73f3ed170ebba953f2f23e9303c51981cf2a (patch)
treedfbe11968c86f22f494db366c03ad3f86fe36d73 /sys-apps
parentapp-misc/ca-certificates: add 20211016.3.76.1 (diff)
downloadgentoo-c76a73f3ed170ebba953f2f23e9303c51981cf2a.tar.gz
gentoo-c76a73f3ed170ebba953f2f23e9303c51981cf2a.tar.bz2
gentoo-c76a73f3ed170ebba953f2f23e9303c51981cf2a.zip
sys-apps/util-linux: fix verify-sig BDEPEND (conditional only)
Closes: https://bugs.gentoo.org/836455 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/util-linux-2.38.ebuild2
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild2
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 )"