diff options
author | Sam James <sam@gentoo.org> | 2023-05-26 08:14:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-26 08:14:47 +0100 |
commit | 0a01120cbca04b48ee8e276775bca1d68184ad51 (patch) | |
tree | 62e54bdb4cecd0024a69d55ab3c8d8b3b6a2ae03 /sci-mathematics/lean | |
parent | dev-util/pycharm-community: Stabilize 2023.1.1 amd64, #907176 (diff) | |
download | gentoo-0a01120cbca04b48ee8e276775bca1d68184ad51.tar.gz gentoo-0a01120cbca04b48ee8e276775bca1d68184ad51.tar.bz2 gentoo-0a01120cbca04b48ee8e276775bca1d68184ad51.zip |
sci-mathematics/lean: Stabilize 3.50.3 amd64, #907180
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/lean')
-rw-r--r-- | sci-mathematics/lean/lean-3.50.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lean/lean-3.50.3.ebuild b/sci-mathematics/lean/lean-3.50.3.ebuild index 72a23985077c..6c8c7551d8ef 100644 --- a/sci-mathematics/lean/lean-3.50.3.ebuild +++ b/sci-mathematics/lean/lean-3.50.3.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" |