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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B04715812D for ; Mon, 30 Dec 2024 17:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA14CE05AC; Mon, 30 Dec 2024 17:27:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7BF4E05AC for ; Mon, 30 Dec 2024 17:27:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D228F335D2B for ; Mon, 30 Dec 2024 17:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682E897F for ; Mon, 30 Dec 2024 17:26:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735579595.bc3625f70aaea7973153a262c9b90d6ab322f759.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/girara/girara-9999.ebuild X-VCS-Directories: dev-libs/girara/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc3625f70aaea7973153a262c9b90d6ab322f759 X-VCS-Branch: master Date: Mon, 30 Dec 2024 17:26:59 +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: a53be8c9-553c-46e9-ae29-f9597000c463 X-Archives-Hash: 28876148ce07ff2de7ce18652bc3b97c commit: bc3625f70aaea7973153a262c9b90d6ab322f759 Author: Serban Dobrau gmail com> AuthorDate: Mon Dec 30 16:43:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 30 17:26:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3625f7 dev-libs/girara: fix broken EGIT_REPO_URI for 9999 Closes: https://bugs.gentoo.org/947227 Signed-off-by: Serban Dobrau gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/girara/girara-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-9999.ebuild index 5857ec363588..d5d5f640f369 100644 --- a/dev-libs/girara/girara-9999.ebuild +++ b/dev-libs/girara/girara-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://pwmt.org/projects/girara/" if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git" + EGIT_REPO_URI="https://github.com/pwmt/${PN}.git" EGIT_BRANCH="develop" else SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz"