diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:03:20 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:48 +0200 |
commit | 596877313920bfc42abd95c24f94f00a886f0821 (patch) | |
tree | d528aa348eb56d8d74c39f1338827927eec90787 /www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild | |
parent | www-apps/blohg: use HTTPS for GitHub (diff) | |
download | gentoo-596877313920bfc42abd95c24f94f00a886f0821.tar.gz gentoo-596877313920bfc42abd95c24f94f00a886f0821.tar.bz2 gentoo-596877313920bfc42abd95c24f94f00a886f0821.zip |
www-apps/blohg-tumblelog: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild')
-rw-r--r-- | www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild b/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild index 2e9df279df4b..068364304c3b 100644 --- a/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild +++ b/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86" if [[ ${PV} = *9999* ]]; then SRC_URI= KEYWORDS= - EGIT_REPO_URI="git://github.com/rafaelmartins/blohg-tumblelog.git - https://github.com/rafaelmartins/blohg-tumblelog.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" inherit git-r3 fi |