summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-03-26 20:46:58 +0100
committerAgostino Sarubbo <ago@gentoo.org>2022-03-26 20:46:58 +0100
commit6f0f88b35d832c70ae0fe4817a70623718d86bf4 (patch)
tree425dc5a1ef16b0739f02c82ed91de339176c3a9e /sci-mathematics/lean
parentapp-text/foliate: amd64 stable wrt bug #835925 (diff)
downloadgentoo-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.ebuild2
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"