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 87768158089 for ; Sat, 14 Oct 2023 12:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60902BC01B; Sat, 14 Oct 2023 12:57:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 904CA2BC01B for ; Sat, 14 Oct 2023 12:57:29 +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 AF12A335CA6 for ; Sat, 14 Oct 2023 12:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67921074 for ; Sat, 14 Oct 2023 12:57:26 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1697287091.b263ff3528963f4c6e9dde5f43526060831ca3b1.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/poezio/poezio-0.14.ebuild net-im/poezio/poezio-9999.ebuild X-VCS-Directories: net-im/poezio/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b263ff3528963f4c6e9dde5f43526060831ca3b1 X-VCS-Branch: master Date: Sat, 14 Oct 2023 12:57:26 +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: 3993c94f-6171-40e4-9de3-244691f3363e X-Archives-Hash: a803b991db1ac3ba37282b104ad533de commit: b263ff3528963f4c6e9dde5f43526060831ca3b1 Author: Florian Schmaus gentoo org> AuthorDate: Sat Oct 14 12:37:27 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Oct 14 12:38:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b263ff35 net-im/poezio: add fallback EGIT_REPO_URI Signed-off-by: Florian Schmaus gentoo.org> net-im/poezio/poezio-0.14.ebuild | 2 +- net-im/poezio/poezio-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild index fabfb7c285fd..b1a80a0858a5 100644 --- a/net-im/poezio/poezio-0.14.ebuild +++ b/net-im/poezio/poezio-0.14.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3+" SLOT="0" if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git" + EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git https://github.com/poezio/poezio.git" inherit git-r3 # We build the html documentation using sphinx. diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index fc928f4f2798..7aa78a8fe0f9 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3+" SLOT="0" if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git" + EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git https://github.com/poezio/poezio.git" inherit git-r3 # We build the html documentation using sphinx.