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: app-portage/tatt/
Date: Sun, 30 Jul 2017 08:47:57
Message-Id: 1501404424.3881e4b16c12067658d0af34afcb556b1f1e0046.mgorny@gentoo
1 commit: 3881e4b16c12067658d0af34afcb556b1f1e0046
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:33:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3881e4b1
7
8 app-portage/tatt: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-portage/tatt/tatt-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
16 index 3e294af4e0f..67cd52838af 100644
17 --- a/app-portage/tatt/tatt-9999.ebuild
18 +++ b/app-portage/tatt/tatt-9999.ebuild
19 @@ -9,8 +9,7 @@ inherit distutils-r1 git-r3
20
21 DESCRIPTION="arch testing tool"
22 HOMEPAGE="https://github.com/kensington/tatt"
23 -EGIT_REPO_URI="https://github.com/kensington/tatt.git \
24 - git://github.com/kensington/tatt.git"
25 +EGIT_REPO_URI="https://github.com/kensington/tatt.git"
26
27 LICENSE="GPL-2"
28 SLOT="0"