diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-15 18:45:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-15 18:45:33 +0300 |
commit | ae428f64fdaf392bc0ed57cef1ec5915fdd4d5c2 (patch) | |
tree | 99dcccdf38f2f212e65129c67feb74ab9b03a961 /sci-mathematics/lean | |
parent | media-sound/qsynth: Stabilize 0.9.11-r2 ppc, #911640 (diff) | |
download | gentoo-ae428f64fdaf392bc0ed57cef1ec5915fdd4d5c2.tar.gz gentoo-ae428f64fdaf392bc0ed57cef1ec5915fdd4d5c2.tar.bz2 gentoo-ae428f64fdaf392bc0ed57cef1ec5915fdd4d5c2.zip |
sci-mathematics/lean: Stabilize 3.51.1 amd64, #912297
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/lean')
-rw-r--r-- | sci-mathematics/lean/lean-3.51.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lean/lean-3.51.1.ebuild b/sci-mathematics/lean/lean-3.51.1.ebuild index 72a23985077c..6c8c7551d8ef 100644 --- a/sci-mathematics/lean/lean-3.51.1.ebuild +++ b/sci-mathematics/lean/lean-3.51.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/leanprover-community/lean.git" else SRC_URI="https://github.com/leanprover-community/lean/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi S="${S}/src" |