diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-07 15:21:14 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-07 15:21:14 +0200 |
commit | 2e19d87cdc43c627ac46adb36941e9f4d9f1d911 (patch) | |
tree | fef5309dbb3ba0a503021ca514612aca6a04994a /dev-util/maturin | |
parent | dev-python/aiohttp-socks: Stabilize 0.9.0 x86, #939272 (diff) | |
download | gentoo-2e19d87cdc43c627ac46adb36941e9f4d9f1d911.tar.gz gentoo-2e19d87cdc43c627ac46adb36941e9f4d9f1d911.tar.bz2 gentoo-2e19d87cdc43c627ac46adb36941e9f4d9f1d911.zip |
dev-util/maturin: Stabilize 1.7.1 x86, #939294
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/maturin')
-rw-r--r-- | dev-util/maturin/maturin-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/maturin/maturin-1.7.1.ebuild b/dev-util/maturin/maturin-1.7.1.ebuild index 5de76563f32b..8cf4d8ede383 100644 --- a/dev-util/maturin/maturin-1.7.1.ebuild +++ b/dev-util/maturin/maturin-1.7.1.ebuild @@ -416,7 +416,7 @@ LICENSE+=" Unicode-DFS-2016 " # crates SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="doc +ssl test" RESTRICT="!test? ( test )" |