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, 09 Feb 2022 15:34:02
Message-Id: 1644419182.e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e.ionen@gentoo
1 commit: e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 14:55:06 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 15:06:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b69175
7
8 dev-util/maturin: stabilize 0.12.6 for amd64
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 dev-util/maturin/maturin-0.12.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/maturin/maturin-0.12.6.ebuild b/dev-util/maturin/maturin-0.12.6.ebuild
16 index 466ac3558e13..903611843983 100644
17 --- a/dev-util/maturin/maturin-0.12.6.ebuild
18 +++ b/dev-util/maturin/maturin-0.12.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -299,7 +299,7 @@ LICENSE="
26 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 openssl
27 doc? ( CC-BY-4.0 OFL-1.1 )"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm64 ~x86"
31 IUSE="doc test"
32 RESTRICT="!test? ( test )"