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 C785C158083 for ; Mon, 2 Sep 2024 09:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12FBF2BC03F; Mon, 2 Sep 2024 09:21:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0F512BC03F for ; Mon, 2 Sep 2024 09:21:42 +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 2A92C343128 for ; Mon, 2 Sep 2024 09:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3351F39 for ; Mon, 2 Sep 2024 09:21:39 +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: <1725268824.aa2d69f47c67caffe14c1686bc7196beaa0f0f73.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nouveau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild X-VCS-Directories: x11-drivers/xf86-video-nouveau/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa2d69f47c67caffe14c1686bc7196beaa0f0f73 X-VCS-Branch: master Date: Mon, 2 Sep 2024 09:21:39 +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: 00d4d5eb-9d8d-4d4c-95e6-2c5da277b166 X-Archives-Hash: e01912ccf37f00705eb3b48287abefd6 commit: aa2d69f47c67caffe14c1686bc7196beaa0f0f73 Author: Sam James gentoo org> AuthorDate: Mon Sep 2 09:19:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 2 09:20:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2d69f4 x11-drivers/xf86-video-nouveau: fd.o cgit->gitlab Their cgit is unreliable these days. Bug: https://bugs.gentoo.org/938274 Signed-off-by: Sam James gentoo.org> x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild index 2a5c7ace4cc1..39fd51e0e077 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,14 +7,15 @@ XORG_DRI="always" inherit xorg-3 if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau" SRC_URI="" fi DESCRIPTION="Accelerated Open Source driver for nVidia cards" HOMEPAGE=" https://nouveau.freedesktop.org/ - https://cgit.freedesktop.org/nouveau/xf86-video-nouveau" + https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau +" KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86"