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 BF5881396D0 for ; Sun, 3 Sep 2017 00:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19DE41FC00F; Sun, 3 Sep 2017 00:36:02 +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 EB2C81FC00F for ; Sun, 3 Sep 2017 00:36:01 +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 6ADBB3415B7 for ; Sun, 3 Sep 2017 00:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36178BF3 for ; Sun, 3 Sep 2017 00:35:58 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1504398934.73faaea4e47506580119babded896299ffb18a16.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside-tools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/pyside-tools/pyside-tools-9999.ebuild X-VCS-Directories: dev-python/pyside-tools/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 73faaea4e47506580119babded896299ffb18a16 X-VCS-Branch: master Date: Sun, 3 Sep 2017 00:35:58 +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: a6f97a8d-08d2-42fc-99e9-68f31b1d1d70 X-Archives-Hash: ad81917828c2335db3c13fa8f881b90f commit: 73faaea4e47506580119babded896299ffb18a16 Author: Davide Pesavento gentoo org> AuthorDate: Sun Sep 3 00:35:34 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Sep 3 00:35:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=73faaea4 dev-python/pyside-tools: drop insecure git:// repo URI Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/pyside-tools/pyside-tools-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pyside-tools/pyside-tools-9999.ebuild b/dev-python/pyside-tools/pyside-tools-9999.ebuild index 514c436e..02b8a105 100644 --- a/dev-python/pyside-tools/pyside-tools-9999.ebuild +++ b/dev-python/pyside-tools/pyside-tools-9999.ebuild @@ -19,10 +19,7 @@ inherit cmake-utils python-r1 virtualx git-r3 DESCRIPTION="PySide development tools (lupdate, rcc, uic)" HOMEPAGE="https://wiki.qt.io/PySide2" -EGIT_REPO_URI=( - "git://code.qt.io/pyside/${PN}.git" - "https://code.qt.io/git/pyside/${PN}.git" -) +EGIT_REPO_URI="https://code.qt.io/pyside/${PN}.git" #FIXME: Switch to the clang-enabled "dev" branch once stable. EGIT_BRANCH="5.6"