From 6cd99277fedd4f5e39bfb50dd0ea02e02446575e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 12 Feb 2023 02:38:48 -0500 Subject: [PATCH] dev-util/maturin: stabilize 0.14.12 for amd64 >=0.14.13 has a minor breaking change, should be no in-tree issues left but let's pick .12 as stable for the time being. Signed-off-by: Ionen Wolkens --- dev-util/maturin/maturin-0.14.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/maturin/maturin-0.14.12.ebuild b/dev-util/maturin/maturin-0.14.12.ebuild index c1d6126a9e0b2..c8352a07c9cba 100644 --- a/dev-util/maturin/maturin-0.14.12.ebuild +++ b/dev-util/maturin/maturin-0.14.12.ebuild @@ -422,7 +422,7 @@ LICENSE=" CC0-1.0 ISC MIT MPL-2.0 SSLeay Unicode-DFS-2016 openssl doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )"