From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5C4ED15808A for ; Mon, 04 Aug 2025 07:32:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 48023340D7F for ; Mon, 04 Aug 2025 07:32:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 892D6110562; Mon, 04 Aug 2025 07:32:35 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7F77E110562 for ; Mon, 04 Aug 2025 07:32:35 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CA3C340D3A for ; Mon, 04 Aug 2025 07:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FA8F32BD for ; Mon, 04 Aug 2025 07:32:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1754291969.dfb79b9a000250ded8e4d64b0785cc5af33550e2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/flint/flint-3.3.1-r1.ebuild X-VCS-Directories: sci-mathematics/flint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dfb79b9a000250ded8e4d64b0785cc5af33550e2 X-VCS-Branch: master Date: Mon, 04 Aug 2025 07:32:32 +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: 040b49e5-bf15-4c0e-a790-6ad758e19308 X-Archives-Hash: 029df7c425e4c8d33223a85afb382173 commit: dfb79b9a000250ded8e4d64b0785cc5af33550e2 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 4 07:19:29 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 4 07:19:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb79b9a sci-mathematics/flint: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> sci-mathematics/flint/flint-3.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/flint/flint-3.3.1-r1.ebuild b/sci-mathematics/flint/flint-3.3.1-r1.ebuild index 71ef06f4fc35..2b08952205a0 100644 --- a/sci-mathematics/flint/flint-3.3.1-r1.ebuild +++ b/sci-mathematics/flint/flint-3.3.1-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{11..13} ) inherit flag-o-matic python-any-r1 DESCRIPTION="Fast Library for Number Theory" -HOMEPAGE="https://www.flintlib.org/" +HOMEPAGE="https://flintlib.org/" SRC_URI="https://github.com/flintlib/flint/releases/download/v${PV}/flint-${PV}.tar.xz" LICENSE="LGPL-2.1+"