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 BDBBE139694 for ; Sun, 30 Jul 2017 08:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED8A31FC16D; Sun, 30 Jul 2017 08:36:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CCD4D1FC16B for ; Sun, 30 Jul 2017 08:36:05 +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 D9A11341AAF for ; Sun, 30 Jul 2017 08:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A713674D8 for ; Sun, 30 Jul 2017 08:36:01 +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: <1501403755.71ccc612a82189185ec7c3c7db321229251f4010.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 71ccc612a82189185ec7c3c7db321229251f4010 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:01 +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: 195630ee-d57e-4d12-9979-327d68ac4f90 X-Archives-Hash: e1055a14bb644ae3f630cc690a2e2ddb commit: 71ccc612a82189185ec7c3c7db321229251f4010 Author: David Hicks hicks id au> AuthorDate: Fri Jul 28 23:22:50 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:35:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ccc612 app-admin/ansible: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-admin/ansible/ansible-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 20c705ac291..d6f59323d59 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Model-driven deployment, config management, and command execution framework" HOMEPAGE="https://www.ansible.com/" -EGIT_REPO_URI="git://github.com/ansible/ansible.git" +EGIT_REPO_URI="https://github.com/ansible/ansible.git" EGIT_BRANCH="devel" LICENSE="GPL-3"