From 85150cb616e1f0e230853dd93e479440fa860795 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 9 Mar 2024 17:04:05 +0100 Subject: dev-lang/teyjus: use https, reorder variables Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- dev-lang/teyjus/teyjus-2.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/teyjus/teyjus-2.1-r2.ebuild b/dev-lang/teyjus/teyjus-2.1-r2.ebuild index b68958a360ab..6c07d0332e1b 100644 --- a/dev-lang/teyjus/teyjus-2.1-r2.ebuild +++ b/dev-lang/teyjus/teyjus-2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,12 +6,12 @@ EAPI=8 inherit elisp-common DESCRIPTION="Higher-order logic programming language Lambda Prolog" -HOMEPAGE="http://teyjus.cs.umn.edu/" +HOMEPAGE="https://teyjus.cs.umn.edu/" SRC_URI="https://github.com/teyjus/teyjus/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" IUSE="emacs examples" RDEPEND="dev-lang/ocaml[ocamlopt] -- cgit v1.2.3-65-gdbad