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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 272AA158086 for ; Wed, 5 Jan 2022 10:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6686E2BC021; Wed, 5 Jan 2022 10:01:56 +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 2ACAD2BC021 for ; Wed, 5 Jan 2022 10:01:56 +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 328B5342F83 for ; Wed, 5 Jan 2022 10:01:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8025028E for ; Wed, 5 Jan 2022 10:01:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641376885.90553c930bd7e31b1032fc244fbdf96780a0125e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.10.0.ebuild media-libs/libvpx/libvpx-1.11.0.ebuild media-libs/libvpx/libvpx-1.7.0-r1.ebuild media-libs/libvpx/libvpx-1.9.0.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 90553c930bd7e31b1032fc244fbdf96780a0125e X-VCS-Branch: master Date: Wed, 5 Jan 2022 10:01:52 +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: cf40f120-492c-4d06-97fe-07c0e8c401cc X-Archives-Hash: 21d9c38982a532070e09622d9f3a8e02 commit: 90553c930bd7e31b1032fc244fbdf96780a0125e Author: David Seifert gentoo org> AuthorDate: Wed Jan 5 10:01:25 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jan 5 10:01:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90553c93 media-libs/libvpx: remove amd64-fbsd Signed-off-by: David Seifert gentoo.org> media-libs/libvpx/libvpx-1.10.0.ebuild | 4 +--- media-libs/libvpx/libvpx-1.11.0.ebuild | 2 -- media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 4 +--- media-libs/libvpx/libvpx-1.9.0.ebuild | 4 +--- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild index a5e65422d5c6..9cce08a6ecf0 100644 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -33,8 +33,6 @@ BDEPEND="dev-lang/perl abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) - amd64-fbsd? ( dev-lang/yasm ) doc? ( app-doc/doxygen dev-lang/php diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild b/media-libs/libvpx/libvpx-1.11.0.ebuild index 89eaadcc978d..cf3374f9e957 100644 --- a/media-libs/libvpx/libvpx-1.11.0.ebuild +++ b/media-libs/libvpx/libvpx-1.11.0.ebuild @@ -33,8 +33,6 @@ BDEPEND="dev-lang/perl abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) - amd64-fbsd? ( dev-lang/yasm ) doc? ( app-doc/doxygen dev-lang/php diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild index 1e1421ac75dd..d91f9a9f7b52 100644 --- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -36,8 +36,6 @@ BDEPEND="dev-lang/perl abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) - amd64-fbsd? ( dev-lang/yasm ) doc? ( app-doc/doxygen dev-lang/php diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild index a445bd2935a0..32585b2f6260 100644 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -33,8 +33,6 @@ BDEPEND="dev-lang/perl abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) - amd64-fbsd? ( dev-lang/yasm ) doc? ( app-doc/doxygen dev-lang/php