commit: 46b990cc439a2b277b815de428d582a820c181a8 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Tue Dec 26 12:21:39 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Tue Dec 26 12:21:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=46b990cc
sci-libs/dealii: live ebuild: use https: instead of git: Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-libs/dealii/dealii-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index c0ffbc179..00c2498d3 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://www.dealii.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/dealii/dealii.git" + EGIT_REPO_URI="https://github.com/dealii/dealii.git" SRC_URI="" KEYWORDS="" else
