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 A25CD138359 for ; Tue, 1 Sep 2020 03:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9A39E09CC; Tue, 1 Sep 2020 03:08:40 +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 BE581E09F6 for ; Tue, 1 Sep 2020 03:08:40 +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 A59F8340E9A for ; Tue, 1 Sep 2020 03:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D5AE32D for ; Tue, 1 Sep 2020 03:08:38 +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: <1598929568.618a889257791beb7fa22e8a86b6176e7b63a63f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 618a889257791beb7fa22e8a86b6176e7b63a63f X-VCS-Branch: master Date: Tue, 1 Sep 2020 03:08:38 +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: ecf0b918-3a54-4bf6-bad0-d8859d99b43e X-Archives-Hash: 4d4c0ee29fde93364593b124548aab6a commit: 618a889257791beb7fa22e8a86b6176e7b63a63f Author: Sam James gentoo org> AuthorDate: Tue Sep 1 03:06:08 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 1 03:06:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618a8892 media-tv/kodi: Keyword 19.0_alpha1_p20200830 arm, #734644 Signed-off-by: Sam James gentoo.org> media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild b/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild index 7846c1e53b6..59fcf9edb60 100644 --- a/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild +++ b/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == *9999 ]] ; then else GIT_COMMIT="a3d5f733751021dcd172954f5b618934b80a4a55" SRC_URI+=" https://github.com/xbmc/xbmc/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" S=${WORKDIR}/xbmc-${GIT_COMMIT} fi