summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 15:31:37 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 15:31:37 +0300
commite4aa9090f6a94cedfea6afc5031f47956c509c7a (patch)
treeee94ee746cad28489305e031c3e77c9f0b4a20d1 /www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
parentdev-erlang/fast_tls: remove libressl support (diff)
downloadgentoo-e4aa9090f6a94cedfea6afc5031f47956c509c7a.tar.gz
gentoo-e4aa9090f6a94cedfea6afc5031f47956c509c7a.tar.bz2
gentoo-e4aa9090f6a94cedfea6afc5031f47956c509c7a.zip
www-misc/htdig: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild')
-rw-r--r--www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
index 9542e9627038..6a03907c53dd 100644
--- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
+++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,14 +14,13 @@ SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="libressl ssl"
+IUSE="ssl"
DEPEND="
sys-libs/zlib
app-arch/unzip
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
)"
RDEPEND="${DEPEND}"