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 994961386F1 for ; Mon, 10 Aug 2015 16:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1651D95763; Mon, 10 Aug 2015 16:24:03 +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 AE91295763 for ; Mon, 10 Aug 2015 16:24:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F03C0340A86 for ; Mon, 10 Aug 2015 16:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDBC11B for ; Mon, 10 Aug 2015 16:23:58 +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: <1439223789.fec216e147e56342391ab76a5c6f7f619ce86bc1.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: fec216e147e56342391ab76a5c6f7f619ce86bc1 X-VCS-Branch: master Date: Mon, 10 Aug 2015 16:23:58 +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: 7dbc19f9-8a6c-432d-b564-b6ae3fe3682e X-Archives-Hash: 5e77900b6e0c52c71e7facc6a151c1c5 commit: fec216e147e56342391ab76a5c6f7f619ce86bc1 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Aug 10 16:23:09 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Aug 10 16:23:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec216e1 media-sound/pulseaudio: Mask USE=ofono-headset for alpha Gentoo-Bug: 543354 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 17691cb..ab5e688 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 (10 Aug 2015) +# Opting out of the net-misc/ofono dep tree until we have a user request +>=media-sound/pulseaudio-6.0 ofono-headset + # Tobias Klausmann (08 Aug 2015) # It's unlikely that greenlet will ever be ported to Alpha. Mask USE=gevent for # pyzor to avoid that dependency. See bug 538510