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 CBB481382C5 for ; Tue, 19 Jan 2021 13:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 118C2E088C; Tue, 19 Jan 2021 13:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F196CE088C for ; Tue, 19 Jan 2021 13:35:15 +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 D4A65340E1C for ; Tue, 19 Jan 2021 13:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7733B46B for ; Tue, 19 Jan 2021 13:35:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611063211.95978eabb10597eff671488969a7618e7a981051.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95978eabb10597eff671488969a7618e7a981051 X-VCS-Branch: master Date: Tue, 19 Jan 2021 13:35:13 +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: 0bd64237-bc8f-41a4-bedd-9336b3c81e08 X-Archives-Hash: 047b35aae7cde3ef00369cdaee9cf866 commit: 95978eabb10597eff671488969a7618e7a981051 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 19 13:32:58 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 19 13:33:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95978eab profiles/base: Mask app-cdr/burncdda[mp3] Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7b0a7cc50eb..7c363cd606f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (2021-01-19) +# Requires masked media-sound/mp3_check. +app-cdr/burncdda mp3 + # Joonas Niilola (2021-01-10) # Test-dep needs keywording on multiple arches, best to just mask it # globally for now. Resolves issue by b5248bbb1b5