summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-03-09 17:04:05 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-03-16 13:13:15 +0100
commit85150cb616e1f0e230853dd93e479440fa860795 (patch)
tree13c2a28fd16667e26219b30581870b5f40ab5af7
parentdev-lang/jimtcl: use https, reorder variables (diff)
downloadgentoo-85150cb616e1f0e230853dd93e479440fa860795.tar.gz
gentoo-85150cb616e1f0e230853dd93e479440fa860795.tar.bz2
gentoo-85150cb616e1f0e230853dd93e479440fa860795.zip
dev-lang/teyjus: use https, reorder variables
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--dev-lang/teyjus/teyjus-2.1-r2.ebuild6
1 files 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]