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: Wed, 06 Jul 2022 08:57:40
Message-Id: 1657097582.04b32502944eed5ec3c55199bcbc2a2607d2ad80.ionen@gentoo
1 commit: 04b32502944eed5ec3c55199bcbc2a2607d2ad80
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 08:52:57 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 08:53:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b32502
7
8 dev-util/maturin: stabilize 0.12.20 for amd64
9
10 Likely last 0.12.x, will keep as the only stable for a while
11 until next branch been tested enough.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 dev-util/maturin/maturin-0.12.20.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/maturin/maturin-0.12.20.ebuild b/dev-util/maturin/maturin-0.12.20.ebuild
19 index 10e610cabdc5..a11723f703f7 100644
20 --- a/dev-util/maturin/maturin-0.12.20.ebuild
21 +++ b/dev-util/maturin/maturin-0.12.20.ebuild
22 @@ -341,7 +341,7 @@ LICENSE="
23 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 ISC MIT MPL-2.0 openssl
24 doc? ( CC-BY-4.0 OFL-1.1 )"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
27 +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
28 IUSE="doc test"
29 RESTRICT="!test? ( test )"