diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 23:51:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 23:52:01 +0000 |
commit | b9d8d9bfb9a22e7736057a5aa9d7a83876caa5d9 (patch) | |
tree | 1d747841d1cda6f74f8a66587710b51263946c9a /sci-mathematics/lean | |
parent | net-firewall/nftables: add 1.0.6 (diff) | |
download | gentoo-b9d8d9bfb9a22e7736057a5aa9d7a83876caa5d9.tar.gz gentoo-b9d8d9bfb9a22e7736057a5aa9d7a83876caa5d9.tar.bz2 gentoo-b9d8d9bfb9a22e7736057a5aa9d7a83876caa5d9.zip |
sci-mathematics/lean: Stabilize 3.49.0 amd64, #887811
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/lean')
-rw-r--r-- | sci-mathematics/lean/lean-3.49.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lean/lean-3.49.0.ebuild b/sci-mathematics/lean/lean-3.49.0.ebuild index e008b81cf582..08920adac95a 100644 --- a/sci-mathematics/lean/lean-3.49.0.ebuild +++ b/sci-mathematics/lean/lean-3.49.0.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" |