From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E49758973 for ; Thu, 4 Feb 2016 19:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16ECFE0801; Thu, 4 Feb 2016 19:38:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A73CE0801 for ; Thu, 4 Feb 2016 19:38:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33DD3340940 for ; Thu, 4 Feb 2016 19:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A3FE11D for ; Thu, 4 Feb 2016 19:38:11 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1454614668.b6159e3c85a0cae491610d9272c8d0ac111afb1a.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.mask X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: b6159e3c85a0cae491610d9272c8d0ac111afb1a X-VCS-Branch: master Date: Thu, 4 Feb 2016 19:38:11 +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: ce2219a6-c83f-40db-86bc-62e6c8813d2c X-Archives-Hash: 5af740f74c8d9fde0497da4fe34239fb commit: b6159e3c85a0cae491610d9272c8d0ac111afb1a Author: Tobias Klausmann gentoo org> AuthorDate: Thu Feb 4 19:37:48 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Feb 4 19:37:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6159e3c Mask USE=rados fro rrdtool, since it would pull in ceph. profiles/arch/alpha/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index af5c6ff..fdeefa4 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Tobias Klausmann 04 Feb 2016 +# sys-cluster/ceph is not broken per se, but a maintenance burden. +net-analyzer/rrdtool rados + # James Le Cuirot