diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-03 12:48:56 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-06 23:37:27 +0100 |
commit | 0f730b1ce4c3fac673499bc42c47bbe3f523a394 (patch) | |
tree | a86b16b08d7acfdc452545586e7c3e07cf9264cb /sci-libs | |
parent | net-im/signal-desktop-bin: remove old version. (diff) | |
download | gentoo-0f730b1ce4c3fac673499bc42c47bbe3f523a394.tar.gz gentoo-0f730b1ce4c3fac673499bc42c47bbe3f523a394.tar.bz2 gentoo-0f730b1ce4c3fac673499bc42c47bbe3f523a394.zip |
sci-libs/opencascade: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10969
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/opencascade/opencascade-7.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/opencascade/opencascade-7.3.0.ebuild b/sci-libs/opencascade/opencascade-7.3.0.ebuild index 6d40cf35bba6..15dce82b6a9d 100644 --- a/sci-libs/opencascade/opencascade-7.3.0.ebuild +++ b/sci-libs/opencascade/opencascade-7.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit check-reqs cmake-utils eapi7-ver java-pkg-opt-2 MY_PV="$(ver_rs 1- '_')" DESCRIPTION="Development platform for CAD/CAE, 3D surface/solid modeling and data exchange" -HOMEPAGE="http://www.opencascade.com/" +HOMEPAGE="https://www.opencascade.com/" SRC_URI="https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/V${MY_PV};sf=tgz -> ${P}.tar.gz" LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )" |