diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-19 12:49:19 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-19 12:50:41 +0100 |
commit | 3ee6824788b4f287136a0bd0781e0372429a57e6 (patch) | |
tree | f85fb3914b20506724659bf146a719170929bb6d /sys-auth | |
parent | dev-python/ruamel-std-pathlib: Stabilize 0.9.0 ALLARCHES, #824806 (diff) | |
download | gentoo-3ee6824788b4f287136a0bd0781e0372429a57e6.tar.gz gentoo-3ee6824788b4f287136a0bd0781e0372429a57e6.tar.bz2 gentoo-3ee6824788b4f287136a0bd0781e0372429a57e6.zip |
sys-auth/yubico-piv-tool-2.2.1: allow linking against OpenSSL-3
Might as well now that it works, even though openssl-3 is still masked
in the tree.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.1.ebuild b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.1.ebuild index a8415ba3ce87..246b8c226db5 100644 --- a/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.1.ebuild +++ b/sys-auth/yubico-piv-tool/yubico-piv-tool-2.2.1.ebuild @@ -17,7 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="sys-apps/pcsc-lite - <dev-libs/openssl-2.99.99:0=[-bindist(-)]" + dev-libs/openssl:=[-bindist(-)]" DEPEND="${RDEPEND} test? ( dev-libs/check )" BDEPEND="dev-util/gengetopt |