summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2019-10-26 20:10:13 +0200
committerSebastian Pipping <sping@gentoo.org>2019-10-26 20:16:26 +0200
commit8dc95144b3636e74ac259e9ca80f38e22fb0d760 (patch)
tree3f3f53ed76555dad20a5277a06d364a132941eb1
parentwww-client/httrack: Drop old (diff)
downloadgentoo-8dc95144b3636e74ac259e9ca80f38e22fb0d760.tar.gz
gentoo-8dc95144b3636e74ac259e9ca80f38e22fb0d760.tar.bz2
gentoo-8dc95144b3636e74ac259e9ca80f38e22fb0d760.zip
www-client/httrack: Fix openssl dependency
Bug: https://bugs.gentoo.org/697026 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.68, Repoman-2.3.16
-rw-r--r--www-client/httrack/httrack-3.48.21-r1.ebuild4
-rw-r--r--www-client/httrack/httrack-3.48.21-r2.ebuild4
-rw-r--r--www-client/httrack/httrack-3.49.2-r2.ebuild2
3 files changed, 5 insertions, 5 deletions
diff --git a/www-client/httrack/httrack-3.48.21-r1.ebuild b/www-client/httrack/httrack-3.48.21-r1.ebuild
index 2c0f42cea053..41e48ba58f85 100644
--- a/www-client/httrack/httrack-3.48.21-r1.ebuild
+++ b/www-client/httrack/httrack-3.48.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
- dev-libs/openssl:="
+ <dev-libs/openssl-1.1.0:="
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README greetings.txt history.txt )
diff --git a/www-client/httrack/httrack-3.48.21-r2.ebuild b/www-client/httrack/httrack-3.48.21-r2.ebuild
index 0c2645947120..2440c4e29eaf 100644
--- a/www-client/httrack/httrack-3.48.21-r2.ebuild
+++ b/www-client/httrack/httrack-3.48.21-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="libressl static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( <dev-libs/openssl-1.1.0:= )
libressl? ( dev-libs/libressl )
"
DEPEND="${RDEPEND}"
diff --git a/www-client/httrack/httrack-3.49.2-r2.ebuild b/www-client/httrack/httrack-3.49.2-r2.ebuild
index 78bf2cf3fd66..158cd63ef4b0 100644
--- a/www-client/httrack/httrack-3.49.2-r2.ebuild
+++ b/www-client/httrack/httrack-3.49.2-r2.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="libressl static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( >=dev-libs/openssl-1.1.0:= )
libressl? ( dev-libs/libressl )
"
DEPEND="${RDEPEND}"