diff --git a/dev-libs/squareball/squareball-0.2.0.ebuild b/dev-libs/squareball/squareball-0.2.0.ebuild index f1b9d41647814..ef32270e8cfdc 100644 --- a/dev-libs/squareball/squareball-0.2.0.ebuild +++ b/dev-libs/squareball/squareball-0.2.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/rafaelmartins/squareball.git - https://github.com/rafaelmartins/squareball.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" inherit git-r3 autotools fi diff --git a/dev-libs/squareball/squareball-9999.ebuild b/dev-libs/squareball/squareball-9999.ebuild index f1b9d41647814..ef32270e8cfdc 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