Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/
Date: Tue, 27 Sep 2022 23:46:07
Message-Id: 1664322303.6dc76f18e317579786cf89b63b0642f5bfc9bf56.ionen@gentoo
1 commit: 6dc76f18e317579786cf89b63b0642f5bfc9bf56
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 21:58:57 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 23:45:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc76f18
7
8 dev-util/maturin: stabilize 0.13.3 for amd64
9
10 Stabling this one given 0.13.4+0.13.5(hotfix) had rather major
11 changes and should likely be left in ~arch for some time.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 dev-util/maturin/maturin-0.13.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/maturin/maturin-0.13.3.ebuild b/dev-util/maturin/maturin-0.13.3.ebuild
19 index 2226b8bb962e..dc04d93682bc 100644
20 --- a/dev-util/maturin/maturin-0.13.3.ebuild
21 +++ b/dev-util/maturin/maturin-0.13.3.ebuild
22 @@ -350,7 +350,7 @@ LICENSE="
23 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 openssl
24 doc? ( CC-BY-4.0 OFL-1.1 )"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86"
27 +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86"
28 IUSE="doc test"
29 RESTRICT="!test? ( test )"