summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 02:59:05 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:44:37 +0200
commit1b62c14dcbde4e4b1bb59b2186c58df557b45d5e (patch)
treeca587856d99f395acad380ac9d1b49d98faf3718 /media-sound/marrie/marrie-0.3.2-r1.ebuild
parentmedia-sound/gmusicbrowser: use HTTPS for GitHub, HOMEPAGE and SRC_URI (diff)
downloadgentoo-1b62c14dcbde4e4b1bb59b2186c58df557b45d5e.tar.gz
gentoo-1b62c14dcbde4e4b1bb59b2186c58df557b45d5e.tar.bz2
gentoo-1b62c14dcbde4e4b1bb59b2186c58df557b45d5e.zip
media-sound/marrie: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/marrie/marrie-0.3.2-r1.ebuild')
-rw-r--r--media-sound/marrie/marrie-0.3.2-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/marrie/marrie-0.3.2-r1.ebuild b/media-sound/marrie/marrie-0.3.2-r1.ebuild
index a4040eb57d3f..c44c712b03f4 100644
--- a/media-sound/marrie/marrie-0.3.2-r1.ebuild
+++ b/media-sound/marrie/marrie-0.3.2-r1.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
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
GIT_ECLASS=""
if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
- EGIT_REPO_URI="git://github.com/rafaelmartins/marrie.git
- https://github.com/rafaelmartins/marrie.git"
+ EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
fi
inherit distutils-r1 ${GIT_ECLASS}