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 939921396D0 for ; Thu, 10 Aug 2017 18:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC8481FC002; Thu, 10 Aug 2017 18:27:49 +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 BA5641FC002 for ; Thu, 10 Aug 2017 18:27:49 +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 D0D3B3419C9 for ; Thu, 10 Aug 2017 18:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A08A75F8 for ; Thu, 10 Aug 2017 18:27:47 +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: <1502389661.6b0080dfb4f017ceb1a91fdbdba3c007fea35e6e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/powerpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/package.use.mask profiles/arch/powerpc/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ profiles/arch/arm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b0080dfb4f017ceb1a91fdbdba3c007fea35e6e X-VCS-Branch: master Date: Thu, 10 Aug 2017 18:27:47 +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: d9db9971-80dd-4700-ab94-2401c83b0eac X-Archives-Hash: cf89451f380fb647dbddccefc9445bce commit: 6b0080dfb4f017ceb1a91fdbdba3c007fea35e6e Author: Michał Górny gentoo org> AuthorDate: Thu Aug 10 17:11:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 10 18:27:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0080df profiles: Mask UPS_DRIVERS deping on masked [ipmi] profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index d9b705ee95b..286f85dca52 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # Michał Górny (10 Aug 2017) +# Requires USE=ipmi which is masked in this profile. +sys-power/nut ups_drivers_nut-ipmipsu + +# Michał Górny (10 Aug 2017) # Requires USE=octave which is masked in this profile. dev-python/ipython test diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 887171970e3..4d73f57016f 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (10 Aug 2017) +# Requires USE=ipmi which is masked in this profile. +sys-power/nut ups_drivers_nut-ipmipsu + # Michał Górny (08 Aug 2017) # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile. media-libs/mesa vulkan