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 98E6C158041 for ; Tue, 7 Sep 2021 18:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F82E0929; Tue, 7 Sep 2021 18:38:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0D029E0898 for ; Tue, 7 Sep 2021 18:38:32 +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 17117343157 for ; Tue, 7 Sep 2021 18:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2DB850 for ; Tue, 7 Sep 2021 18:38:29 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1631039232.725477c37f39703adc3a7d1db8fe01255470742a.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: media-tv/kodi/ X-VCS-Repository: proj/musl X-VCS-Files: media-tv/kodi/kodi-19.1-r1.ebuild media-tv/kodi/kodi-19.1.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 725477c37f39703adc3a7d1db8fe01255470742a X-VCS-Branch: master Date: Tue, 7 Sep 2021 18:38:29 +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: 868114aa-3c6c-4237-a56b-09d88d02a7d2 X-Archives-Hash: 2697fcd1c537240e73958fd76cc39b1b commit: 725477c37f39703adc3a7d1db8fe01255470742a Author: Jory Pratt gentoo org> AuthorDate: Tue Sep 7 18:27:12 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Sep 7 18:27:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=725477c3 media-tv/kodi: sync with ::gentoo Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> media-tv/kodi/{kodi-19.1.ebuild => kodi-19.1-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-tv/kodi/kodi-19.1.ebuild b/media-tv/kodi/kodi-19.1-r1.ebuild similarity index 98% rename from media-tv/kodi/kodi-19.1.ebuild rename to media-tv/kodi/kodi-19.1-r1.ebuild index 769fe1d..aa55fe9 100644 --- a/media-tv/kodi/kodi-19.1.ebuild +++ b/media-tv/kodi/kodi-19.1-r1.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/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm arm64 ~x86" S=${WORKDIR}/xbmc-${MY_PV} fi @@ -71,7 +71,7 @@ RESTRICT="!test? ( test )" COMMON_DEPEND=" >=dev-libs/lzo-2.04 - >=dev-libs/flatbuffers-1.12.0 + >=dev-libs/flatbuffers-1.12.0:= >=media-libs/libjpeg-turbo-2.0.4:= >=media-libs/libpng-1.6.26:0= " @@ -239,9 +239,6 @@ src_prepare() { "${S}"/tools/depends/native/TexturePacker/src/autogen.sh \ "${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh \ || die - - # Required to prevent addons from crashing - use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152 } src_configure() {