diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-09-19 16:39:00 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-09-20 00:01:39 +0200 |
commit | 77d2f42c3147d7db0e30b8d0b1483bd512e9861f (patch) | |
tree | fdfb8db009df40f1cd7745685ef2ef20de0edc71 | |
parent | kde-apps/kdegames-meta: Keyword 24.08.1 riscv, #939548 (diff) | |
download | gentoo-77d2f42c3147d7db0e30b8d0b1483bd512e9861f.tar.gz gentoo-77d2f42c3147d7db0e30b8d0b1483bd512e9861f.tar.bz2 gentoo-77d2f42c3147d7db0e30b8d0b1483bd512e9861f.zip |
sci-mathematics/lean: drop ~x86 KEYWORD
Closes: https://bugs.gentoo.org/917789
Closes: https://bugs.gentoo.org/928093
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | sci-mathematics/lean/lean-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lean/lean-4.2.0.ebuild b/sci-mathematics/lean/lean-4.2.0.ebuild index a19134fbaf2e..4f9f3b199ff1 100644 --- a/sci-mathematics/lean/lean-4.2.0.ebuild +++ b/sci-mathematics/lean/lean-4.2.0.ebuild @@ -22,7 +22,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}/${PN}${MAJOR}-${PV/_/-}" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64" fi LICENSE="Apache-2.0" |