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 C69FD138359 for ; Mon, 21 Sep 2020 17:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2CDBE0835; Mon, 21 Sep 2020 17:44:12 +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 D7CF7E0835 for ; Mon, 21 Sep 2020 17:44:12 +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 94955340E0A for ; Mon, 21 Sep 2020 17:44:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FAD131A for ; Mon, 21 Sep 2020 17:44:10 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1600710246.8c83e133d7edaa4585d8d33f8df93f985ba0b176.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-modplug/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-9999.ebuild X-VCS-Directories: media-plugins/kodi-audiodecoder-modplug/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 8c83e133d7edaa4585d8d33f8df93f985ba0b176 X-VCS-Branch: master Date: Mon, 21 Sep 2020 17:44:10 +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: 82fe87f0-c45b-47b9-98ff-d9b87656f5c5 X-Archives-Hash: 2643415039606b71aee9b8922fd7b83e commit: 8c83e133d7edaa4585d8d33f8df93f985ba0b176 Author: Craig Andrews gentoo org> AuthorDate: Mon Sep 21 17:43:59 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Sep 21 17:44:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c83e133 media-plugins/kodi-audiodecoder-modplug: Update -9999 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews gentoo.org> .../kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-9999.ebuild b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-9999.ebuild index 5c53010eb0d..98b3f1a5430 100644 --- a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-9999.ebuild +++ b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-9999.ebuild @@ -17,11 +17,11 @@ case ${PV} in DEPEND="~media-tv/kodi-9999" ;; *) - CODENAME="Leia" - KEYWORDS="~amd64 ~x86" + CODENAME="Matrix" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" SRC_URI="https://github.com/xbmc/audiodecoder.modplug/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/audiodecoder.modplug-${PV}-${CODENAME}" - DEPEND="=media-tv/kodi-18*" + DEPEND="=media-tv/kodi-19*" ;; esac