Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/clasp/
Date: Wed, 25 May 2022 20:21:37
Message-Id: 1653507903.35512fc831aa9dd57473d40259cc932668ce43b3.Alessandro-Barbieri@gentoo
1 commit: 35512fc831aa9dd57473d40259cc932668ce43b3
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed May 25 19:45:03 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed May 25 19:45:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35512fc8
7
8 sci-mathematics/clasp: use https
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-mathematics/clasp/clasp-3.3.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/clasp/clasp-3.3.8.ebuild b/sci-mathematics/clasp/clasp-3.3.8.ebuild
16 index 9627e4dab..d033cf20f 100644
17 --- a/sci-mathematics/clasp/clasp-3.3.8.ebuild
18 +++ b/sci-mathematics/clasp/clasp-3.3.8.ebuild
19 @@ -8,7 +8,7 @@ inherit cmake flag-o-matic
20 DESCRIPTION="A conflict-driven nogood learning answer set solver"
21 HOMEPAGE="
22 https://github.com/potassco/clasp
23 - http://www.cs.uni-potsdam.de/clasp/
24 + https://www.cs.uni-potsdam.de/clasp/
25 "
26 SRC_URI="https://github.com/potassco/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"