diff options
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=() |