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 BC203139337 for ; Mon, 26 Jul 2021 01:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D805E0DBF; Mon, 26 Jul 2021 01:39:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2AA2E0D49 for ; Mon, 26 Jul 2021 01:39:50 +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 174EC342CC1 for ; Mon, 26 Jul 2021 01:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76BB4798 for ; Mon, 26 Jul 2021 01:39:48 +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: <1627263567.8afc7b52b98b00cc7a984c6b042f92731407d7e1.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.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8afc7b52b98b00cc7a984c6b042f92731407d7e1 X-VCS-Branch: master Date: Mon, 26 Jul 2021 01:39:48 +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: a79e34bc-cb15-4f95-b1f7-12df0e002237 X-Archives-Hash: 1595b215d4313c5ae36afb208f779674 commit: 8afc7b52b98b00cc7a984c6b042f92731407d7e1 Author: Sam James gentoo org> AuthorDate: Mon Jul 26 01:39:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 26 01:39:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afc7b52 media-tv/kodi: Stabilize 19.0 amd64, #778446 Signed-off-by: Sam James gentoo.org> media-tv/kodi/kodi-19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-19.0.ebuild b/media-tv/kodi/kodi-19.0.ebuild index b1dc70eadc9..6a4031a28f1 100644 --- a/media-tv/kodi/kodi-19.0.ebuild +++ b/media-tv/kodi/kodi-19.0.ebuild @@ -26,7 +26,7 @@ else MY_PV=${MY_PV/_rc/RC} MY_P="${PN}-${MY_PV}" SRC_URI+=" https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm arm64 x86" + KEYWORDS="amd64 ~arm arm64 x86" S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi