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 8FF50138334 for ; Thu, 5 Sep 2019 15:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDDF6E07A7; Thu, 5 Sep 2019 15:14:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B66ACE07A7 for ; Thu, 5 Sep 2019 15:14:23 +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 5EB7734ACC4 for ; Thu, 5 Sep 2019 15:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF52C780 for ; Thu, 5 Sep 2019 15:14:20 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1567696445.31ed5f2989201ca6b7641ff438ac5e73d8df64cd.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-18.4.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 31ed5f2989201ca6b7641ff438ac5e73d8df64cd X-VCS-Branch: master Date: Thu, 5 Sep 2019 15: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: c7a118f9-c1dd-4e2b-b1fe-ff8514629ddd X-Archives-Hash: aa2786a27c0ebfd72b1f38fd045aea2c commit: 31ed5f2989201ca6b7641ff438ac5e73d8df64cd Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Sep 5 15:14:05 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Sep 5 15:14:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ed5f29 media-tv/kodi: x86 stable wrt bug #693406 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> media-tv/kodi/kodi-18.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-18.4.ebuild b/media-tv/kodi/kodi-18.4.ebuild index 8d4e32953a1..1af63f9e872 100644 --- a/media-tv/kodi/kodi-18.4.ebuild +++ b/media-tv/kodi/kodi-18.4.ebuild @@ -27,7 +27,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 ~x86" + KEYWORDS="amd64 x86" S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi