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 53E1815802E for ; Tue, 2 Jul 2024 11:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED96F2BC0C1; Tue, 2 Jul 2024 11:47:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA5802BC0C1 for ; Tue, 2 Jul 2024 11:47:00 +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 E3204342FF9 for ; Tue, 2 Jul 2024 11:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 234AE1DC6 for ; Tue, 2 Jul 2024 11:46:56 +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: <1719920403.bc0af6ea1c0212662e23e348268c332f69ea0458.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc0af6ea1c0212662e23e348268c332f69ea0458 X-VCS-Branch: master Date: Tue, 2 Jul 2024 11:46:56 +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: f05a83f1-e742-4d50-b10b-fd7efb8ea192 X-Archives-Hash: f8eee1bf1ebcf6fc4daa4799b70e9ee2 commit: bc0af6ea1c0212662e23e348268c332f69ea0458 Author: Sam James gentoo org> AuthorDate: Tue Jul 2 11:29:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 2 11:40:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0af6ea media-gfx/kgraphviewer: Keyword 2.5.0 arm64, #934361 Signed-off-by: Sam James 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 a774a9f1eef7..99f0bcf99af9 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" + KEYWORDS="~amd64 ~arm64" fi LICENSE="GPL-2 GPL-2+ LGPL-2+ LGPL-2.1+ handbook? ( FDL-1.2 )"