From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-964222-garchives=archives.gentoo.org@lists.gentoo.org>
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 39710139694
	for <garchives@archives.gentoo.org>; Sun, 30 Jul 2017 09:16:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ACB211FC1E6;
	Sun, 30 Jul 2017 09:15:59 +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 8EEE81FC1E6
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 09:15:59 +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 BF90E3419BA
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 09:15:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 84C9A74C2
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 09:15:57 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1501406140.2808b4a2007dd43c509be58f96fb0ef614505bb6.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxattr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pyxattr/pyxattr-9999.ebuild
X-VCS-Directories: dev-python/pyxattr/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 2808b4a2007dd43c509be58f96fb0ef614505bb6
X-VCS-Branch: master
Date: Sun, 30 Jul 2017 09:15:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0094794d-d44f-41f8-a527-c5e0e715e9e3
X-Archives-Hash: c2fb2785998f5f1ab0ef2fd95c4d6103

commit:     2808b4a2007dd43c509be58f96fb0ef614505bb6
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 09:52:09 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2808b4a2

dev-python/pyxattr: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pyxattr/pyxattr-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pyxattr/pyxattr-9999.ebuild b/dev-python/pyxattr/pyxattr-9999.ebuild
index 1ff43687625..4d14a6c4e27 100644
--- a/dev-python/pyxattr/pyxattr-9999.ebuild
+++ b/dev-python/pyxattr/pyxattr-9999.ebuild
@@ -10,9 +10,7 @@ inherit distutils-r1 eutils git-r3
 DESCRIPTION="Python interface to xattr"
 HOMEPAGE="http://pyxattr.k1024.org/"
 SRC_URI=""
-EGIT_REPO_URI="
-	https://github.com/iustin/${PN}.git
-	git://github.com/iustin/${PN}.git"
+EGIT_REPO_URI="https://github.com/iustin/${PN}.git"
 
 LICENSE="LGPL-2.1"
 SLOT="0"