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 83FE51396D1 for ; Tue, 8 Aug 2017 21:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F3FE0DE4; Tue, 8 Aug 2017 21:30:48 +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 A8437E0DE4 for ; Tue, 8 Aug 2017 21:30:48 +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 B52EE3419DD for ; Tue, 8 Aug 2017 21:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17AC375F9 for ; Tue, 8 Aug 2017 21:30:46 +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: <1502227838.fa39ceda6e20e1e76b4b2f5c5efa5352214c1f35.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa39ceda6e20e1e76b4b2f5c5efa5352214c1f35 X-VCS-Branch: master Date: Tue, 8 Aug 2017 21:30:46 +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-Archives-Salt: 3e19d2d7-ece5-4f2b-8f4e-d259206e2b79 X-Archives-Hash: 7121e4f8a32912ae3d88732b5f287c9a commit: fa39ceda6e20e1e76b4b2f5c5efa5352214c1f35 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 8 18:47:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 8 21:30:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa39ceda profiles: Mask sys-firmware/seabios[debug] where [binary] is forced profiles/arch/powerpc/ppc64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index e4add34d53a..0acf30b5f8f 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (08 Aug 2017) +# package.use.force forces USE=binary, and USE=debug requires !binary, +# so it can never be enabled. +sys-firmware/seabios debug + # Michał Górny (28 Jun 2017) # app-misc/dtach is not keyworded, and tests are restricted anyway, so # no point in pursuing it right now.