diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-03-26 20:46:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-03-26 20:46:58 +0100 |
commit | 6f0f88b35d832c70ae0fe4817a70623718d86bf4 (patch) | |
tree | 425dc5a1ef16b0739f02c82ed91de339176c3a9e /sci-mathematics/lean | |
parent | app-text/foliate: amd64 stable wrt bug #835925 (diff) | |
download | gentoo-6f0f88b35d832c70ae0fe4817a70623718d86bf4.tar.gz gentoo-6f0f88b35d832c70ae0fe4817a70623718d86bf4.tar.bz2 gentoo-6f0f88b35d832c70ae0fe4817a70623718d86bf4.zip |
sci-mathematics/lean: amd64 stable wrt bug #835981
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-mathematics/lean')
-rw-r--r-- | sci-mathematics/lean/lean-3.39.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lean/lean-3.39.1.ebuild b/sci-mathematics/lean/lean-3.39.1.ebuild index 5d8ee8eecd4b..d8b241bcd34b 100644 --- a/sci-mathematics/lean/lean-3.39.1.ebuild +++ b/sci-mathematics/lean/lean-3.39.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="${WORKDIR}/lean-${PV}/src" |