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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64C201382C5 for ; Tue, 27 Apr 2021 18:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE53E0844; Tue, 27 Apr 2021 18:01:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3C88E0844 for ; Tue, 27 Apr 2021 18:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C06DB335DCE for ; Tue, 27 Apr 2021 18:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE89733 for ; Tue, 27 Apr 2021 18:01:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619546463.ea882d68ed1268f4d5e352b19453b23b7e81aee7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lib3mf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lib3mf/lib3mf-2.1.1-r1.ebuild X-VCS-Directories: media-libs/lib3mf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea882d68ed1268f4d5e352b19453b23b7e81aee7 X-VCS-Branch: master Date: Tue, 27 Apr 2021 18:01:20 +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: 821311e6-20ec-45c3-a0d5-e9bc74deaec0 X-Archives-Hash: 674edbcabb236f84a52f4e6e5556702d commit: ea882d68ed1268f4d5e352b19453b23b7e81aee7 Author: Sam James gentoo org> AuthorDate: Tue Apr 27 18:01:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 27 18:01:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea882d68 media-libs/lib3mf: Stabilize 2.1.1-r1 amd64, #775362 Signed-off-by: Sam James gentoo.org> media-libs/lib3mf/lib3mf-2.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lib3mf/lib3mf-2.1.1-r1.ebuild b/media-libs/lib3mf/lib3mf-2.1.1-r1.ebuild index fb5acbc060c..01c62bfb3c5 100644 --- a/media-libs/lib3mf/lib3mf-2.1.1-r1.ebuild +++ b/media-libs/lib3mf/lib3mf-2.1.1-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0/2" # see https://github.com/3MFConsortium/lib3mf/issues/199 # Keyword arm64 can be re-added after we have dev-go/act # package keyworded -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+system-act test" RESTRICT="!test? ( test )"