summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 05:01:17 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:27 +0200
commiteac520f0647f163158acc061c316237b3cf7e0fc (patch)
treef0c3855b993afa5cdb8ba8080c52fbec05d8e09d
parentsci-libs/dmlc-core: use HTTPS for GitHub (diff)
downloadgentoo-eac520f0.tar.gz
gentoo-eac520f0.tar.bz2
gentoo-eac520f0.zip
sci-libs/votca-tools: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--sci-libs/votca-tools/votca-tools-1.4.ebuild2
-rw-r--r--sci-libs/votca-tools/votca-tools-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/votca-tools/votca-tools-1.4.ebuild b/sci-libs/votca-tools/votca-tools-1.4.ebuild
index 1cd55f36aaff..ae9aec9e652e 100644
--- a/sci-libs/votca-tools/votca-tools-1.4.ebuild
+++ b/sci-libs/votca-tools/votca-tools-1.4.ebuild
@@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then
S="${WORKDIR}/${P#votca-}"
else
inherit git-r3
- EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
+ EGIT_REPO_URI="https://github.com/${PN/-//}.git"
KEYWORDS="amd64 x86"
fi
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
index 121832404c99..1902116de670 100644
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ if [ "${PV}" != "9999" ]; then
S="${WORKDIR}/${P#votca-}"
else
inherit git-r3
- EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
+ EGIT_REPO_URI="https://github.com/${PN/-//}.git"
KEYWORDS=""
fi