commit: e4aa9090f6a94cedfea6afc5031f47956c509c7a Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun May 2 12:31:37 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun May 2 12:31:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4aa9090
www-misc/htdig: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 7 +++---- 1 file 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 9542e962703..6a03907c53d 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}"
