commit: 273df63218de1d090e5ef1d827d2ee757b1eec9d
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu May 9 17:44:06 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu May 9 18:30:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273df632
net-dns/getdns: Fix libressl check in pkg_postinst
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
net-dns/getdns/getdns-1.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/getdns/getdns-1.5.1.ebuild
b/net-dns/getdns/getdns-1.5.1.ebuild
index 619bd556879..05ba4798a0f 100644
--- a/net-dns/getdns/getdns-1.5.1.ebuild
+++ b/net-dns/getdns/getdns-1.5.1.ebuild
@@ -75,7 +75,7 @@ pkg_postinst() {
fcaps cap_net_bind_service=ei /usr/bin/stubby
fi
- if has_version <dev-libs/libressl-2.7.0; then
+ if has_version '<dev-libs/libressl-2.7.0'; then
ewarn "BEWARE: dev-libs/libressl prior to 2.7 does NOT check
TLS certificates."
if use stubby; then
ewarn "You will NOT be able to use strict profile in
Stubby."