diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 17:23:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 17:23:39 +0000 |
commit | 15dff3a1f5bd74ef84c1f6679be0a464418c60ff (patch) | |
tree | 8fdd0eeae80d96d876df0a9b8d46ab48afbfbf90 /sci-mathematics/lean | |
parent | app-emacs/yaml: Stabilize 0.5.5 amd64, #922366 (diff) | |
download | gentoo-15dff3a1f5bd74ef84c1f6679be0a464418c60ff.tar.gz gentoo-15dff3a1f5bd74ef84c1f6679be0a464418c60ff.tar.bz2 gentoo-15dff3a1f5bd74ef84c1f6679be0a464418c60ff.zip |
sci-mathematics/lean: Stabilize 4.2.0 amd64, #922367
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/lean')
-rw-r--r-- | sci-mathematics/lean/lean-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/lean/lean-4.2.0.ebuild b/sci-mathematics/lean/lean-4.2.0.ebuild index 30fd5379373b..a19134fbaf2e 100644 --- a/sci-mathematics/lean/lean-4.2.0.ebuild +++ b/sci-mathematics/lean/lean-4.2.0.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 @@ -22,7 +22,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN}${MAJOR}-${PV/_/-}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="Apache-2.0" |