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 41DC61393F1 for ; Wed, 16 Sep 2015 12:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D974E0852; Wed, 16 Sep 2015 12:49:36 +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 47D2BE0852 for ; Wed, 16 Sep 2015 12:49:36 +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 59C553408FF for ; Wed, 16 Sep 2015 12:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 834D318C for ; Wed, 16 Sep 2015 12:49:32 +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: <1442407766.7daf957a6da8f0a8ffff344079fbac5315c1b992.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: 7daf957a6da8f0a8ffff344079fbac5315c1b992 X-VCS-Branch: master Date: Wed, 16 Sep 2015 12:49:32 +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: c7d016dd-03dc-4c5a-8103-f9f3f1297267 X-Archives-Hash: 9bcefe8d82749fa31645bdb49836a3ff commit: 7daf957a6da8f0a8ffff344079fbac5315c1b992 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Sep 16 12:48:35 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Sep 16 12:49:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daf957a sys-auth/sudo: Mask USE=sssd on alpha Compiling and test sys-auth/sssd is time-consuming, plus, it currently doesn't compile on alpha. The sudo version specified does not have the USE flag, but the functionality is there. In case USE=sssd is added to it, we go with the safer USE mask. Gentoo-Bug: 540540 profiles/arch/alpha/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index db35cb3..7836544 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Tobias Klausmann (16 Sep 2015) +# Mask USE=sssd for sudo because sys-auth/sssd is relatively big and doesn't +# compile on alpha. The version specified does not have the USE flag, but that +# version of sudo has the optional functionality. +>=app-admin/sudo-1.8.6 sssd + # Brian Evans =dev-db/mariadb-10.1.0 innodb-snappy