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 99134158041 for ; Fri, 29 Mar 2024 09:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3EA9E2A03; Fri, 29 Mar 2024 09:17:15 +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 AA522E2A03 for ; Fri, 29 Mar 2024 09:17:15 +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 B6614343077 for ; Fri, 29 Mar 2024 09:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D8DBEB for ; Fri, 29 Mar 2024 09:17:13 +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: <1711703782.3fd7437540a55cfdb15efd995c36a2ee01f81e2b.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2023-r1.ebuild app-text/texlive-core/texlive-core-2023-r5.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3fd7437540a55cfdb15efd995c36a2ee01f81e2b X-VCS-Branch: master Date: Fri, 29 Mar 2024 09:17:13 +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: b2a35011-1edd-46f5-9bf8-c1e3fafb2338 X-Archives-Hash: 71f7ede5a9df705098e24c523fe9bf16 commit: 3fd7437540a55cfdb15efd995c36a2ee01f81e2b Author: Florian Schmaus gentoo org> AuthorDate: Fri Mar 29 09:12:35 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Mar 29 09:16:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd74375 app-text/texlive-core: drop RESTRICT=mirror We have not had this restriction in texlive 2021 and I do not see a reason why we should restrict mirroring in texlive 2023. Signed-off-by: Florian Schmaus gentoo.org> app-text/texlive-core/texlive-core-2023-r1.ebuild | 1 - app-text/texlive-core/texlive-core-2023-r5.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2023-r1.ebuild b/app-text/texlive-core/texlive-core-2023-r1.ebuild index 673002a6fdf2..5132353ada60 100644 --- a/app-text/texlive-core/texlive-core-2023-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r1.ebuild @@ -12,7 +12,6 @@ DESCRIPTION="A complete TeX distribution" HOMEPAGE="https://tug.org/texlive/" SLOT="0" LICENSE="BSD GPL-1 GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free" -RESTRICT="mirror" GENTOO_TEX_PATCHES_NUM=3 SRC_URI=" https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz diff --git a/app-text/texlive-core/texlive-core-2023-r5.ebuild b/app-text/texlive-core/texlive-core-2023-r5.ebuild index 1467953aa931..62f04258eb8c 100644 --- a/app-text/texlive-core/texlive-core-2023-r5.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r5.ebuild @@ -12,7 +12,6 @@ DESCRIPTION="A complete TeX distribution" HOMEPAGE="https://tug.org/texlive/" SLOT="0" LICENSE="BSD GPL-1 GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free" -RESTRICT="mirror" GENTOO_TEX_PATCHES_NUM=3 SRC_URI=" https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz