diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-15 12:27:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-19 20:48:11 +0300 |
commit | ee49006117328285469ef5a25ad984d8af53388e (patch) | |
tree | 989531fff3b7dddebb5404603d0de9584de312f8 /dev-ml | |
parent | dev-ml/ppx_deriving: fix VariableShadowed (diff) | |
download | gentoo-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.ebuild | 5 |
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] |