aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-12-26 06:21:39 -0600
committerMatthias Maier <tamiko@gentoo.org>2017-12-26 06:21:39 -0600
commit46b990cc439a2b277b815de428d582a820c181a8 (patch)
tree7cc57a596e16f43cdfd1b5957a284dd5be06e724
parentsci-biology/blat: add missing dependencies on mysql (diff)
downloadsci-46b990cc439a2b277b815de428d582a820c181a8.tar.gz
sci-46b990cc439a2b277b815de428d582a820c181a8.tar.bz2
sci-46b990cc439a2b277b815de428d582a820c181a8.zip
sci-libs/dealii: live ebuild: use https: instead of git:
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--sci-libs/dealii/dealii-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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