From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93C0B15808B for ; Wed, 9 Feb 2022 15:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 573BDE08BD; Wed, 9 Feb 2022 15:33:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7A3CE08BB for ; Wed, 9 Feb 2022 15:33:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5674C343043 for ; Wed, 9 Feb 2022 15:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1F8C2D2 for ; Wed, 9 Feb 2022 15:33:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1644419182.e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-0.12.6.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e X-VCS-Branch: master Date: Wed, 9 Feb 2022 15:33:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81cab1cf-30be-404f-8b44-6bdc0d5b23fe X-Archives-Hash: 8ca63a2c232f24833c53959b7a281807 commit: e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e Author: Ionen Wolkens gentoo org> AuthorDate: Wed Feb 9 14:55:06 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Feb 9 15:06:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b69175 dev-util/maturin: stabilize 0.12.6 for amd64 Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.12.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/maturin/maturin-0.12.6.ebuild b/dev-util/maturin/maturin-0.12.6.ebuild index 466ac3558e13..903611843983 100644 --- a/dev-util/maturin/maturin-0.12.6.ebuild +++ b/dev-util/maturin/maturin-0.12.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -299,7 +299,7 @@ LICENSE=" 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 openssl doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )"