Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/htdig/
Date: Sun, 02 May 2021 12:37:12
Message-Id: 1619958697.e4aa9090f6a94cedfea6afc5031f47956c509c7a.zlogene@gentoo
1 commit: e4aa9090f6a94cedfea6afc5031f47956c509c7a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:31:37 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:31:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4aa9090
7
8 www-misc/htdig: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
17 index 9542e962703..6a03907c53d 100644
18 --- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
19 +++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,14 +14,13 @@ SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
30 -IUSE="libressl ssl"
31 +IUSE="ssl"
32
33 DEPEND="
34 sys-libs/zlib
35 app-arch/unzip
36 ssl? (
37 - !libressl? ( dev-libs/openssl:0= )
38 - libressl? ( dev-libs/libressl:0= )
39 + dev-libs/openssl:0=
40 )"
41 RDEPEND="${DEPEND}"