summaryrefslogtreecommitdiff
path: root/sci-mathematics/lean/lean-3.39.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/lean/lean-3.39.1.ebuild')
-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"