diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:07:20 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:39 +0200 |
commit | 8bacf54dc238ee2969854d6db2ce6f980f19eb7e (patch) | |
tree | c68c10832cbffae3b0797c4c973eb210cb737158 /media-sound | |
parent | media-sound/tomahawk: use HTTPS for GitHub and SRC_URI (diff) | |
download | gentoo-8bacf54dc238ee2969854d6db2ce6f980f19eb7e.tar.gz gentoo-8bacf54dc238ee2969854d6db2ce6f980f19eb7e.tar.bz2 gentoo-8bacf54dc238ee2969854d6db2ce6f980f19eb7e.zip |
media-sound/pamix: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pamix/pamix-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/pamix/pamix-1.5.ebuild | 4 | ||||
-rw-r--r-- | media-sound/pamix/pamix-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/pamix/pamix-1.4.1.ebuild b/media-sound/pamix/pamix-1.4.1.ebuild index 0c986b2a74eb..05816380caad 100644 --- a/media-sound/pamix/pamix-1.4.1.ebuild +++ b/media-sound/pamix/pamix-1.4.1.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 @@ -15,7 +15,7 @@ SLOT="0" IUSE="+unicode" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="git://github.com/patroclos/PAmix.git" + EGIT_REPO_URI="https://github.com/patroclos/PAmix.git" else SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/media-sound/pamix/pamix-1.5.ebuild b/media-sound/pamix/pamix-1.5.ebuild index c08298052f07..1efd5b465935 100644 --- a/media-sound/pamix/pamix-1.5.ebuild +++ b/media-sound/pamix/pamix-1.5.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 @@ -15,7 +15,7 @@ SLOT="0" IUSE="+unicode" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="git://github.com/patroclos/PAmix.git" + EGIT_REPO_URI="https://github.com/patroclos/PAmix.git" else SRC_URI="https://github.com/patroclos/PAmix/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild index 0c986b2a74eb..05816380caad 100644 --- a/media-sound/pamix/pamix-9999.ebuild +++ b/media-sound/pamix/pamix-9999.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 @@ -15,7 +15,7 @@ SLOT="0" IUSE="+unicode" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="git://github.com/patroclos/PAmix.git" + EGIT_REPO_URI="https://github.com/patroclos/PAmix.git" else SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |