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 52A0213835D for ; Mon, 30 Nov 2020 18:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A176E0999; Mon, 30 Nov 2020 18:37:56 +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 6293BE0999 for ; Mon, 30 Nov 2020 18:37:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7174D341096 for ; Mon, 30 Nov 2020 18:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C26647E for ; Mon, 30 Nov 2020 18:37:52 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1606761466.ea84b7ac1ed4dbc0e15a6df7002be1df1fa6e620.expeditioneer@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.8.0.ebuild X-VCS-Directories: media-gfx/cura/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: ea84b7ac1ed4dbc0e15a6df7002be1df1fa6e620 X-VCS-Branch: master Date: Mon, 30 Nov 2020 18:37:52 +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: 0d6c25ed-f49a-4be8-9f32-395debe2cd52 X-Archives-Hash: a986b64428bdaf87b17cccdf18f27d5b commit: ea84b7ac1ed4dbc0e15a6df7002be1df1fa6e620 Author: Dennis Lamm gentoo org> AuthorDate: Mon Nov 30 17:20:28 2020 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Mon Nov 30 18:37:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea84b7ac media-gfx/cura: dropped ~arm64 keyword Signed-off-by: Dennis Lamm gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18450 Signed-off-by: Dennis Lamm gentoo.org> media-gfx/cura/cura-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/cura/cura-4.8.0.ebuild b/media-gfx/cura/cura-4.8.0.ebuild index 615180db9ee..c1e24966841 100644 --- a/media-gfx/cura/cura-4.8.0.ebuild +++ b/media-gfx/cura/cura-4.8.0.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="debug +usb zeroconf" REQUIRED_USE="${PYTHON_REQUIRED_USE}"