diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-09 04:17:47 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-09 04:32:30 -0400 |
commit | 67a25166641bee3c106a7c78af6015fff65c3842 (patch) | |
tree | 4d73c9a5504ca09512c7a09631bd6814b17b520a | |
parent | dev-python/tldextract: Remove old (diff) | |
download | gentoo-67a25166641bee3c106a7c78af6015fff65c3842.tar.gz gentoo-67a25166641bee3c106a7c78af6015fff65c3842.tar.bz2 gentoo-67a25166641bee3c106a7c78af6015fff65c3842.zip |
dev-util/maturin: stabilize 0.13.1 for amd64
No large differences from 0.13.0 with no real issues, might as well
do this now as the needed >=setuptools-rust-1.4 is now stable too and
this will allow minor eclass cleanups when convenient.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | dev-util/maturin/maturin-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/maturin/maturin-0.13.1.ebuild b/dev-util/maturin/maturin-0.13.1.ebuild index 37d7e0acdb9d..066d7f5d9ef0 100644 --- a/dev-util/maturin/maturin-0.13.1.ebuild +++ b/dev-util/maturin/maturin-0.13.1.ebuild @@ -343,7 +343,7 @@ LICENSE=" BSD CC0-1.0 ISC MIT MPL-2.0 openssl unicode doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |