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 1BD001581D3 for ; Thu, 30 May 2024 17:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEB0FE2A9E; Thu, 30 May 2024 17:14:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1F71E2A9E for ; Thu, 30 May 2024 17:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC443343083 for ; Thu, 30 May 2024 17:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565B81541 for ; Thu, 30 May 2024 17:14:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1717089242.60cbf8e293afb50a67e2fd671d17b60b84bfbb37.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kgraphviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kgraphviewer/kgraphviewer-2.5.0.ebuild X-VCS-Directories: media-gfx/kgraphviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60cbf8e293afb50a67e2fd671d17b60b84bfbb37 X-VCS-Branch: master Date: Thu, 30 May 2024 17:14: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: 5e6dfded-83a5-4d67-8cd2-f74779ace6c4 X-Archives-Hash: cef0ac85bbc90c4e45ba80b7c6247475 commit: 60cbf8e293afb50a67e2fd671d17b60b84bfbb37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 30 16:59:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 30 17:14:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cbf8e2 media-gfx/kgraphviewer: unkeyword 2.5.0 for ~arm64, ~x86 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kgraphviewer/kgraphviewer-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.5.0.ebuild b/media-gfx/kgraphviewer/kgraphviewer-2.5.0.ebuild index d8fd97400f04..a774a9f1eef7 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-2.5.0.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-2.5.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kgraphviewer/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2 GPL-2+ LGPL-2+ LGPL-2.1+ handbook? ( FDL-1.2 )"