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 4A25A158090 for ; Wed, 25 May 2022 20:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AB15E0896; Wed, 25 May 2022 20:21:36 +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 3C19DE0896 for ; Wed, 25 May 2022 20:21:36 +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 04B12341409 for ; Wed, 25 May 2022 20:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00EE434E for ; Wed, 25 May 2022 20:21:33 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653507903.35512fc831aa9dd57473d40259cc932668ce43b3.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/clasp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/clasp/clasp-3.3.8.ebuild X-VCS-Directories: sci-mathematics/clasp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 35512fc831aa9dd57473d40259cc932668ce43b3 X-VCS-Branch: dev Date: Wed, 25 May 2022 20:21:33 +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: 25f6de58-e96a-4e84-b031-de06743dee4e X-Archives-Hash: 6f6141dd8530f5e9f6b9cebfba0ce2c4 commit: 35512fc831aa9dd57473d40259cc932668ce43b3 Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 25 19:45:03 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed May 25 19:45:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35512fc8 sci-mathematics/clasp: use https Signed-off-by: Alessandro Barbieri gmail.com> sci-mathematics/clasp/clasp-3.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/clasp/clasp-3.3.8.ebuild b/sci-mathematics/clasp/clasp-3.3.8.ebuild index 9627e4dab..d033cf20f 100644 --- a/sci-mathematics/clasp/clasp-3.3.8.ebuild +++ b/sci-mathematics/clasp/clasp-3.3.8.ebuild @@ -8,7 +8,7 @@ inherit cmake flag-o-matic DESCRIPTION="A conflict-driven nogood learning answer set solver" HOMEPAGE=" https://github.com/potassco/clasp - http://www.cs.uni-potsdam.de/clasp/ + https://www.cs.uni-potsdam.de/clasp/ " SRC_URI="https://github.com/potassco/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"