diff options
Diffstat (limited to 'app-text/blogc/blogc-0.12.0.ebuild')
-rw-r--r-- | app-text/blogc/blogc-0.12.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/blogc/blogc-0.12.0.ebuild b/app-text/blogc/blogc-0.12.0.ebuild index b6d246f6e1a..8dfe5bbee96 100644 --- a/app-text/blogc/blogc-0.12.0.ebuild +++ b/app-text/blogc/blogc-0.12.0.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/blogc/blogc.git - https://github.com/blogc/blogc.git" + EGIT_REPO_URI="https://github.com/blogc/blogc.git" inherit git-r3 autotools fi |