diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:22:45 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:41 +0200 |
commit | 2352f7d0e273ac0064415ff0cb203492fddc734c (patch) | |
tree | 9a751af33606c2f3bfcea22a7a829892fa01a69f /sys-block/f3 | |
parent | sys-block/targetcli: use HTTPS for GitHub (diff) | |
download | gentoo-2352f7d0e273ac0064415ff0cb203492fddc734c.tar.gz gentoo-2352f7d0e273ac0064415ff0cb203492fddc734c.tar.bz2 gentoo-2352f7d0e273ac0064415ff0cb203492fddc734c.zip |
sys-block/f3: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-block/f3')
-rw-r--r-- | sys-block/f3/f3-6.0.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-block/f3/f3-6.0.ebuild b/sys-block/f3/f3-6.0.ebuild index 2e3aa95c2d99..6b19631a10dc 100644 --- a/sys-block/f3/f3-6.0.ebuild +++ b/sys-block/f3/f3-6.0.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 @@ -18,10 +18,7 @@ PATCHES=( ) if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI=" - git://github.com/AltraMayor/${PN}.git - https://github.com/AltraMayor/${PN}.git - " + EGIT_REPO_URI="https://github.com/AltraMayor/${PN}.git" PATCHES=() |