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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53796158020 for ; Fri, 14 Oct 2022 05:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE54E085B; Fri, 14 Oct 2022 05:00:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE416E0828 for ; Fri, 14 Oct 2022 05:00:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDDA33410CB for ; Fri, 14 Oct 2022 05:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32897619 for ; Fri, 14 Oct 2022 05:00:21 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1665723554.2678af61b0361a843e1a0a4a0ecb72eedf33b4bb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-9999.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2678af61b0361a843e1a0a4a0ecb72eedf33b4bb X-VCS-Branch: master Date: Fri, 14 Oct 2022 05:00:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 448b1c67-9424-458c-978e-c82519623969 X-Archives-Hash: 92dbb7937a57584712c8abe3c014be76 commit: 2678af61b0361a843e1a0a4a0ecb72eedf33b4bb Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 14 04:59:14 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 14 04:59:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2678af61 dev-util/pkgdev: (live) update repo uri Signed-off-by: Arthur Zamarin gentoo.org> dev-util/pkgdev/pkgdev-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index 4c96ddc9b5ad..736ac5eb9f9c 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -10,7 +10,8 @@ inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then PKGDEV_DOCS_PREBUILT=0 - EGIT_REPO_URI="https://github.com/pkgcore/pkgdev.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgdev.git + https://github.com/pkgcore/pkgdev.git" inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"