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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86B47158086 for ; Sun, 14 Nov 2021 05:46:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8132BC02C; Sun, 14 Nov 2021 05:46:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F7692BC02C for ; Sun, 14 Nov 2021 05:46:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C4A2342CB1 for ; Sun, 14 Nov 2021 05:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A923B164 for ; Sun, 14 Nov 2021 05:45:59 +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: <1636868740.fa432ec1fe7a759aa6e8f17a748d59d7486e5159.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/svt-av1/svt-av1-0.8.7.ebuild media-libs/svt-av1/svt-av1-9999.ebuild X-VCS-Directories: media-libs/svt-av1/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa432ec1fe7a759aa6e8f17a748d59d7486e5159 X-VCS-Branch: master Date: Sun, 14 Nov 2021 05:45:59 +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: a19bd0a5-73aa-40b9-88b8-cda5a703f89a X-Archives-Hash: e287ccab60a43a14a4107aee4ac0f9e0 commit: fa432ec1fe7a759aa6e8f17a748d59d7486e5159 Author: Sam James gentoo org> AuthorDate: Sun Nov 14 05:45:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 14 05:45:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa432ec1 Revert "media-libs/svt-av1: swap phase definition" Bozo move -- ${ABI} isn't going to work for us there. The original is fine. This reverts commit f8b927cc26de8a1edad34321422d63b94afc9cfd. Signed-off-by: Sam James gentoo.org> media-libs/svt-av1/svt-av1-0.8.7.ebuild | 4 ++-- media-libs/svt-av1/svt-av1-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/svt-av1/svt-av1-0.8.7.ebuild b/media-libs/svt-av1/svt-av1-0.8.7.ebuild index c04f4a0b65f4..643a0d195303 100644 --- a/media-libs/svt-av1/svt-av1-0.8.7.ebuild +++ b/media-libs/svt-av1/svt-av1-0.8.7.ebuild @@ -23,7 +23,7 @@ SLOT="0" BDEPEND="amd64? ( dev-lang/yasm )" -src_configure() { +multilib_src_configure() { append-ldflags -Wl,-z,noexecstack local mycmakeargs=( @@ -36,5 +36,5 @@ src_configure() { [[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON ) - cmake-multilib_src_configure + cmake_src_configure } diff --git a/media-libs/svt-av1/svt-av1-9999.ebuild b/media-libs/svt-av1/svt-av1-9999.ebuild index c875b0432f09..5f5a2bb626bd 100644 --- a/media-libs/svt-av1/svt-av1-9999.ebuild +++ b/media-libs/svt-av1/svt-av1-9999.ebuild @@ -23,7 +23,7 @@ SLOT="0" BDEPEND="amd64? ( dev-lang/yasm )" -src_configure() { +multilib_src_configure() { append-ldflags -Wl,-z,noexecstack local mycmakeargs=( @@ -36,5 +36,5 @@ src_configure() { [[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON ) - cmake-multilib_src_configure + cmake_src_configure }