summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-09-15 12:27:39 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-19 20:48:11 +0300
commitee49006117328285469ef5a25ad984d8af53388e (patch)
tree989531fff3b7dddebb5404603d0de9584de312f8 /dev-ml
parentdev-ml/ppx_deriving: fix VariableShadowed (diff)
downloadgentoo-ee49006117328285469ef5a25ad984d8af53388e.tar.gz
gentoo-ee49006117328285469ef5a25ad984d8af53388e.tar.bz2
gentoo-ee49006117328285469ef5a25ad984d8af53388e.zip
dev-ml/stdcompat: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/stdcompat/stdcompat-19.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19.ebuild
index bba75839ea6b..edb7ebbf80a0 100644
--- a/dev-ml/stdcompat/stdcompat-19.ebuild
+++ b/dev-ml/stdcompat/stdcompat-19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,9 +8,8 @@ HOMEPAGE="https://github.com/thierry-martinez/stdcompat"
SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/${P}.tar.gz"
LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
DEPEND="dev-lang/ocaml:=[ocamlopt]
dev-ml/result:=[ocamlopt]