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 27516138359 for ; Wed, 7 Oct 2020 00:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37B1FE0991; Wed, 7 Oct 2020 00:59:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 22E0BE0991 for ; Wed, 7 Oct 2020 00:59:55 +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 4A58B340E30 for ; Wed, 7 Oct 2020 00:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E542398 for ; Wed, 7 Oct 2020 00:59:51 +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: <1602030926.3d5a656f93fc84f7debca03b6accbfd2d35cebf7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cura/cura-4.6.1-r1.ebuild X-VCS-Directories: media-gfx/cura/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d5a656f93fc84f7debca03b6accbfd2d35cebf7 X-VCS-Branch: master Date: Wed, 7 Oct 2020 00:59:51 +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: 3675d041-3d07-4194-a7b7-336b7c21e5c7 X-Archives-Hash: f92b8a1a81fdff5fd086d9caac7fca85 commit: 3d5a656f93fc84f7debca03b6accbfd2d35cebf7 Author: D G Turner scummvm org> AuthorDate: Mon Sep 28 19:04:32 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 7 00:35:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5a656f media-gfx/cura: Drop ~arm64 from keywords (4.6.1) libarcus and other dependencies are not keyworded as ~arm64 so this would not build until these are resolved. Signed-off-by: David G Turner scummvm.org> Closes: https://github.com/gentoo/gentoo/pull/17679 Signed-off-by: Sam James gentoo.org> media-gfx/cura/cura-4.6.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/cura/cura-4.6.1-r1.ebuild b/media-gfx/cura/cura-4.6.1-r1.ebuild index 4264d19b6a6..74ad049667a 100644 --- a/media-gfx/cura/cura-4.6.1-r1.ebuild +++ b/media-gfx/cura/cura-4.6.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+usb zeroconf" REQUIRED_USE="${PYTHON_REQUIRED_USE}"