From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 730F5139694 for ; Sun, 30 Jul 2017 08:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFF661FC17F; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 919511FC17F for ; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51A5C341A9F for ; Sun, 30 Jul 2017 08:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEF0874CF for ; Sun, 30 Jul 2017 08:47:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501404424.3881e4b16c12067658d0af34afcb556b1f1e0046.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/tatt/tatt-9999.ebuild X-VCS-Directories: app-portage/tatt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3881e4b16c12067658d0af34afcb556b1f1e0046 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:47:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76226c8d-7a02-4d42-a956-767f9db85f74 X-Archives-Hash: aae43722b3d64507de222a2ec40a8cc4 commit: 3881e4b16c12067658d0af34afcb556b1f1e0046 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 01:33:25 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:47:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3881e4b1 app-portage/tatt: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-portage/tatt/tatt-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 3e294af4e0f..67cd52838af 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -9,8 +9,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="arch testing tool" HOMEPAGE="https://github.com/kensington/tatt" -EGIT_REPO_URI="https://github.com/kensington/tatt.git \ - git://github.com/kensington/tatt.git" +EGIT_REPO_URI="https://github.com/kensington/tatt.git" LICENSE="GPL-2" SLOT="0"