commit: 7daf957a6da8f0a8ffff344079fbac5315c1b992 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Wed Sep 16 12:48:35 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> 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 <[email protected]> (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 <[email protected] (14 Sep 2015) # Mask new USE flags for mariadb which all arches do not yet have dependencies >=dev-db/mariadb-10.1.0 innodb-snappy
