Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/
Date: Sun, 30 Jul 2017 08:48:09
Message-Id: 1501404457.0793e1ac0b7c7b3e8572443bbd33faf7ddc26813.mgorny@gentoo
1 commit: 0793e1ac0b7c7b3e8572443bbd33faf7ddc26813
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 07:47:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0793e1ac
7
8 dev-lang/yasm: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-lang/yasm/yasm-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
16 index b02b40c7c7a..2192b7f076e 100644
17 --- a/dev-lang/yasm/yasm-9999.ebuild
18 +++ b/dev-lang/yasm/yasm-9999.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
20 inherit autotools eutils python-r1
21
22 if [[ ${PV} == 9999* ]] ; then
23 - EGIT_REPO_URI="git://github.com/yasm/yasm.git"
24 + EGIT_REPO_URI="https://github.com/yasm/yasm.git"
25 inherit git-2
26 else
27 SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"