commit:     ee49006117328285469ef5a25ad984d8af53388e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 09:27:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:48:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee490061

dev-ml/stdcompat: fix VariableShadowed

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/stdcompat/stdcompat-19.ebuild | 5 ++---
 1 file 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]

Reply via email to