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 B65BE13835A for ; Sat, 23 Jan 2021 10:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F441E0BE4; Sat, 23 Jan 2021 10:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7C3F5E0BE4 for ; Sat, 23 Jan 2021 10:43:43 +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 0EF7C34116A for ; Sat, 23 Jan 2021 10:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66A714A5 for ; Sat, 23 Jan 2021 10:43:40 +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: <1611398606.3f885b221a37ee3055bed4acd84a70207ed5ffe9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/armv6j/package.use.mask profiles/arch/arm/armv7a/package.use.mask profiles/arch/arm/package.use.mask X-VCS-Directories: profiles/arch/arm/armv7a/ profiles/arch/arm/armv6j/ profiles/arch/arm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3f885b221a37ee3055bed4acd84a70207ed5ffe9 X-VCS-Branch: master Date: Sat, 23 Jan 2021 10:43:40 +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: 07d80f98-dd73-409f-b1b1-1d5f2434391d X-Archives-Hash: 3539214bc92e72bee2b20b0f4ced90b3 commit: 3f885b221a37ee3055bed4acd84a70207ed5ffe9 Author: Jakov Smolic sartura hr> AuthorDate: Sat Jan 23 10:43:26 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 23 10:43:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f885b22 profiles/arch/arm: mask/unmask rav1e flag for >=media-libs/libheif-1.10.0 Closes: https://github.com/gentoo/gentoo/pull/18715 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> profiles/arch/arm/armv6j/package.use.mask | 4 ++++ profiles/arch/arm/armv7a/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/arm/armv6j/package.use.mask b/profiles/arch/arm/armv6j/package.use.mask index bf74cb1118e..e7e691c59d4 100644 --- a/profiles/arch/arm/armv6j/package.use.mask +++ b/profiles/arch/arm/armv6j/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolic (2021-01-23) +# Rust is available here +>=media-libs/libheif-1.10.0 -rav1e + # Joonas Niilola (2020-10-08) # libavif is keyworded for this profile. dev-libs/efl -avif diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask index a2fe67d1e4d..c9e11ff52c4 100644 --- a/profiles/arch/arm/armv7a/package.use.mask +++ b/profiles/arch/arm/armv7a/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolic (2021-01-23) +# Rust is available here +>=media-libs/libheif-1.10.0 -rav1e + # Joonas Niilola (2020-10-08) # Dependency keyworded on this arm profile. dev-libs/efl -avif diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 021fd899c5a..02f4e83c447 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolic (2021-01-23) +# Depends on media-video/rav1e which needs Rust +>=media-libs/libheif-1.10.0 rav1e + # Sam James (2021-01-21) # Needs keywording of new test dependency # bug #766441