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 214EC158088 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 16B0A2BC019; Wed, 5 Jan 2022 10:01:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EA3A72BC016 for ; Wed, 5 Jan 2022 10:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D2A6E342EEC for ; Wed, 5 Jan 2022 10:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A373287 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: <1641376883.466b7ce930b635db0ae5ded028abb274493f547d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-2.0.0.ebuild media-libs/libaom/libaom-2.0.1.ebuild media-libs/libaom/libaom-3.1.2.ebuild media-libs/libaom/libaom-3.2.0.ebuild media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 466b7ce930b635db0ae5ded028abb274493f547d 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: 79fad38f-8c11-4c33-b91d-d9e0db6ad1da X-Archives-Hash: 68b9f90d28077c1b4c50b25aee8c13d6 commit: 466b7ce930b635db0ae5ded028abb274493f547d Author: David Seifert gentoo org> AuthorDate: Wed Jan 5 10:01:23 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jan 5 10:01:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466b7ce9 media-libs/libaom: remove amd64-fbsd Signed-off-by: David Seifert gentoo.org> media-libs/libaom/libaom-2.0.0.ebuild | 4 +--- media-libs/libaom/libaom-2.0.1.ebuild | 4 +--- media-libs/libaom/libaom-3.1.2.ebuild | 4 +--- media-libs/libaom/libaom-3.2.0.ebuild | 2 -- media-libs/libaom/libaom-9999.ebuild | 4 +--- 5 files changed, 4 insertions(+), 14 deletions(-) diff --git a/media-libs/libaom/libaom-2.0.0.ebuild b/media-libs/libaom/libaom-2.0.0.ebuild index a11cb13d5052..1218908d6994 100644 --- a/media-libs/libaom/libaom-2.0.0.ebuild +++ b/media-libs/libaom/libaom-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,8 +33,6 @@ REQUIRED_USE=" BDEPEND="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 ) " diff --git a/media-libs/libaom/libaom-2.0.1.ebuild b/media-libs/libaom/libaom-2.0.1.ebuild index b489132bc822..52ec43347fc0 100644 --- a/media-libs/libaom/libaom-2.0.1.ebuild +++ b/media-libs/libaom/libaom-2.0.1.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 @@ REQUIRED_USE=" BDEPEND="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 ) " diff --git a/media-libs/libaom/libaom-3.1.2.ebuild b/media-libs/libaom/libaom-3.1.2.ebuild index 32590cb16b0a..6a08183ea158 100644 --- a/media-libs/libaom/libaom-3.1.2.ebuild +++ b/media-libs/libaom/libaom-3.1.2.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 @@ REQUIRED_USE=" BDEPEND="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 ) " diff --git a/media-libs/libaom/libaom-3.2.0.ebuild b/media-libs/libaom/libaom-3.2.0.ebuild index 7ea19c6c236d..5dd0318c3279 100644 --- a/media-libs/libaom/libaom-3.2.0.ebuild +++ b/media-libs/libaom/libaom-3.2.0.ebuild @@ -35,8 +35,6 @@ BDEPEND="${PYTHON_DEPS} 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 ) " diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index d2f98922596a..1c7cfa25f6f8 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.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=8 @@ -35,8 +35,6 @@ BDEPEND="${PYTHON_DEPS} 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 ) "