summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 18:02:48 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:34 +0200
commit952979392a4d70af647443f55005d7a1abec4bbc (patch)
tree34c2d874d3a07cb185a8bb32704eadb82a0b5430 /dev-libs/squareball/squareball-9999.ebuild
parentdev-libs/qrosspython: use HTTPS for GitHub (diff)
downloadgentoo-952979392a4d70af647443f55005d7a1abec4bbc.tar.gz
gentoo-952979392a4d70af647443f55005d7a1abec4bbc.tar.bz2
gentoo-952979392a4d70af647443f55005d7a1abec4bbc.zip
dev-libs/squareball: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/squareball/squareball-9999.ebuild')
-rw-r--r--dev-libs/squareball/squareball-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-9999.ebuild
index f1b9d4164781..ef32270e8cfd 100644
--- a/dev-libs/squareball/squareball-9999.ebuild
+++ b/dev-libs/squareball/squareball-9999.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="
- git://github.com/rafaelmartins/squareball.git
- https://github.com/rafaelmartins/squareball.git"
+ EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
inherit git-r3 autotools
fi