diff options
author | 2022-03-31 02:04:40 +0100 | |
---|---|---|
committer | 2022-03-31 02:04:40 +0100 | |
commit | c76a73f3ed170ebba953f2f23e9303c51981cf2a (patch) | |
tree | dfbe11968c86f22f494db366c03ad3f86fe36d73 /sys-apps/util-linux/util-linux-2.38.ebuild | |
parent | app-misc/ca-certificates: add 20211016.3.76.1 (diff) | |
download | gentoo-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/util-linux/util-linux-2.38.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.38.ebuild | 2 |
1 files changed, 1 insertions, 1 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 )" |