Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/httrack/
Date: Sat, 26 Oct 2019 18:16:56
Message-Id: 1572113786.8dc95144b3636e74ac259e9ca80f38e22fb0d760.sping@gentoo
1 commit: 8dc95144b3636e74ac259e9ca80f38e22fb0d760
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 18:10:13 2019 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 18:16:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc95144
7
8 www-client/httrack: Fix openssl dependency
9
10 Bug: https://bugs.gentoo.org/697026
11 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
12 Package-Manager: Portage-2.3.68, Repoman-2.3.16
13
14 www-client/httrack/httrack-3.48.21-r1.ebuild | 4 ++--
15 www-client/httrack/httrack-3.48.21-r2.ebuild | 4 ++--
16 www-client/httrack/httrack-3.49.2-r2.ebuild | 2 +-
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/www-client/httrack/httrack-3.48.21-r1.ebuild b/www-client/httrack/httrack-3.48.21-r1.ebuild
20 index 2c0f42cea05..41e48ba58f8 100644
21 --- a/www-client/httrack/httrack-3.48.21-r1.ebuild
22 +++ b/www-client/httrack/httrack-3.48.21-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
30 IUSE="static-libs"
31
32 RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
33 - dev-libs/openssl:="
34 + <dev-libs/openssl-1.1.0:="
35 DEPEND="${RDEPEND}"
36
37 DOCS=( AUTHORS README greetings.txt history.txt )
38
39 diff --git a/www-client/httrack/httrack-3.48.21-r2.ebuild b/www-client/httrack/httrack-3.48.21-r2.ebuild
40 index 0c264594712..2440c4e29ea 100644
41 --- a/www-client/httrack/httrack-3.48.21-r2.ebuild
42 +++ b/www-client/httrack/httrack-3.48.21-r2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="5"
49 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
50 IUSE="libressl static-libs"
51
52 RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
53 - !libressl? ( dev-libs/openssl:= )
54 + !libressl? ( <dev-libs/openssl-1.1.0:= )
55 libressl? ( dev-libs/libressl )
56 "
57 DEPEND="${RDEPEND}"
58
59 diff --git a/www-client/httrack/httrack-3.49.2-r2.ebuild b/www-client/httrack/httrack-3.49.2-r2.ebuild
60 index 78bf2cf3fd6..158cd63ef4b 100644
61 --- a/www-client/httrack/httrack-3.49.2-r2.ebuild
62 +++ b/www-client/httrack/httrack-3.49.2-r2.ebuild
63 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
64 IUSE="libressl static-libs"
65
66 RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
67 - !libressl? ( dev-libs/openssl:= )
68 + !libressl? ( >=dev-libs/openssl-1.1.0:= )
69 libressl? ( dev-libs/libressl )
70 "
71 DEPEND="${RDEPEND}"