commit: 9787a828952cde2ddab10e90b12b7e51b03fc1d8 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sun Sep 3 16:26:45 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 20:59:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9787a828
sci-mathematics/Macaulay2: use HTTPS for links to dev.gentoo.org sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild index 79d575209c4..0836337b8d5 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib python-single-r1 too DESCRIPTION="Research tool for commutative algebra and algebraic geometry" HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/" BASE_URI="http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/" -BASE_URI2="http://dev.gentoo.org/~tomka/files/" +BASE_URI2="https://dev.gentoo.org/~tomka/files/" SRC_URI=" ${BASE_URI2}/${P}-fat.tar.bz2 "
