From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1554869-garchives=archives.gentoo.org@lists.gentoo.org>
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 92828158089
	for <garchives@archives.gentoo.org>; Sat, 16 Sep 2023 05:03:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C19D32BC018;
	Sat, 16 Sep 2023 05:03:48 +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 A405A2BC018
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Sep 2023 05:03:48 +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 A719F335D3A
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Sep 2023 05:03:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F389A1178
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Sep 2023 05:03:45 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1694840619.5cc56d3a4bc266119ccf8d7550424e9159c3a725.sam@gentoo>
Subject: [gentoo-commits] data/api:master commit in: files/mirrors/
X-VCS-Repository: data/api
X-VCS-Files: files/mirrors/distfiles.xml
X-VCS-Directories: files/mirrors/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 5cc56d3a4bc266119ccf8d7550424e9159c3a725
X-VCS-Branch: master
Date: Sat, 16 Sep 2023 05:03:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4af0fc9f-f00f-4e3f-ba37-d6feb0975e9c
X-Archives-Hash: 1c4c2595aaee36181109b5c81b44c08d

commit:     5cc56d3a4bc266119ccf8d7550424e9159c3a725
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 05:03:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 05:03:39 2023 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=5cc56d3a

mirrors: distfiles: drop IPv6 from gatech

I can't contact their rsync daemon over IPv6, nor their httpd.

I'm going to email in a moment.

Bug: https://bugs.gentoo.org/911751
Signed-off-by: Sam James <sam <AT> gentoo.org>

 files/mirrors/distfiles.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 81fc99e..d1e0a1f 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -37,8 +37,8 @@ vim: ft=xml et ts=2 sts=2 sw=2:
     </mirror>
     <mirror>
       <name>Georgia Tech</name>
-      <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://www.gtlib.gatech.edu/pub/gentoo</uri>
-      <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.gtlib.gatech.edu/gentoo</uri>
+      <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://www.gtlib.gatech.edu/pub/gentoo</uri>
+      <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.gtlib.gatech.edu/gentoo</uri>
     </mirror>
     <mirror>
       <name>University of Utah (Flux Group)</name>