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 DD89215812E for ; Thu, 1 Jun 2023 16:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF498E0864; Thu, 1 Jun 2023 16:03:41 +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 C0B9CE0864 for ; Thu, 1 Jun 2023 16:03:41 +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 D3395341292 for ; Thu, 1 Jun 2023 16:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A51A91 for ; Thu, 1 Jun 2023 16:03:37 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685635320.248cc6e7f52faefcbc0ef10fd11bffeb0519c904.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-goom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-visualization-goom/kodi-visualization-goom-19.0.0.ebuild X-VCS-Directories: media-plugins/kodi-visualization-goom/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 248cc6e7f52faefcbc0ef10fd11bffeb0519c904 X-VCS-Branch: master Date: Thu, 1 Jun 2023 16:03:37 +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: ffcf18ca-b629-4f88-acde-3419fc15ceca X-Archives-Hash: 88df7ac5f14295c8aa2b94c5c16c4643 commit: 248cc6e7f52faefcbc0ef10fd11bffeb0519c904 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jun 1 16:02:00 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jun 1 16:02:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248cc6e7 media-plugins/kodi-visualization-goom: Keyword 19.0.0 arm64, #907591 Signed-off-by: Arthur Zamarin gentoo.org> .../kodi-visualization-goom/kodi-visualization-goom-19.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-19.0.0.ebuild b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-19.0.0.ebuild index 472e40b89e86..6a1753f77e44 100644 --- a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-19.0.0.ebuild +++ b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-19.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ case ${PV} in ;; *) CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}" DEPEND="=media-tv/kodi-19*:="