mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/vo-amrwbenc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
7968ea0b9a
commit
db511a74a0
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
|
||||
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
SCM="git-2"
|
||||
EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
|
||||
[[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
fi
|
||||
|
||||
@@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
|
||||
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
SCM="git-2"
|
||||
EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
|
||||
[[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
fi
|
||||
|
||||
@@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
|
||||
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
SCM="git-2"
|
||||
EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git"
|
||||
[[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user