From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1033708-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 B5B24138334 for <garchives@archives.gentoo.org>; Fri, 29 Jun 2018 04:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 023D6E092A; Fri, 29 Jun 2018 04:50:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B5B1EE092B for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jun 2018 04:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5FBA4335C8C for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jun 2018 04:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81BF6359 for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jun 2018 04:50:30 +0000 (UTC) From: "Matthias Maier" <tamiko@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, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1530246454.9a464fb0578071ec51668d740eb283719e4c2547.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild dev-python/libvirt-python/libvirt-python-4.4.0.ebuild dev-python/libvirt-python/libvirt-python-9999.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 9a464fb0578071ec51668d740eb283719e4c2547 X-VCS-Branch: master Date: Fri, 29 Jun 2018 04:50:30 +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: 5ad07c1a-03f3-4625-bd5b-61ace2245a06 X-Archives-Hash: 3ef5fdb490923592cefb047ad7158da5 commit: 9a464fb0578071ec51668d740eb283719e4c2547 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Jun 29 04:27:34 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Fri Jun 29 04:27:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a464fb0 dev-python/libvirt-python: use https:// instead of git:// Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild | 4 ++-- dev-python/libvirt-python/libvirt-python-4.4.0.ebuild | 4 ++-- dev-python/libvirt-python/libvirt-python-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild index bd6c920a34b..c8fd2656cf3 100644 --- a/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.3.0-r1.ebuild @@ -11,9 +11,9 @@ inherit distutils-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" + EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" SRC_URI="" - KEYWORDS="amd64 x86" + KEYWORDS="" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" diff --git a/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild index b249f13de90..4a7f9a83c92 100644 --- a/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.4.0.ebuild @@ -11,9 +11,9 @@ inherit distutils-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" + EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" SRC_URI="" - KEYWORDS="amd64 x86" + KEYWORDS="" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 68144b5027c..42d117b59bc 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" + EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git" SRC_URI="" KEYWORDS="" RDEPEND="app-emulation/libvirt:=[-python(-)]"