diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:22:27 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:32:08 +0200 |
commit | 9a1a28bedfee5bb95932cdb37936c80d3dc65553 (patch) | |
tree | 25e76f79d14f188beeb2cbfd7c97aed64702dc59 /sys-auth/yubico-piv-tool | |
parent | sys-apps/ucspi-ssl: Fix MissingUseDepDefault for dev-libs/openssl[bindist] (diff) | |
download | gentoo-9a1a28bedfee5bb95932cdb37936c80d3dc65553.tar.gz gentoo-9a1a28bedfee5bb95932cdb37936c80d3dc65553.tar.bz2 gentoo-9a1a28bedfee5bb95932cdb37936c80d3dc65553.zip |
sys-auth/yubico-piv-tool: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-auth/yubico-piv-tool')
-rw-r--r-- | sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.0.ebuild b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.0.ebuild index 92b44673f63d..1bb45ee8e3f6 100644 --- a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.0.ebuild +++ b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.0.ebuild @@ -17,7 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="sys-apps/pcsc-lite - dev-libs/openssl:0=[-bindist]" + dev-libs/openssl:0=[-bindist(-)]" DEPEND="${RDEPEND} test? ( dev-libs/check )" BDEPEND="dev-util/gengetopt |