diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-16 14:48:35 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-16 14:49:26 +0200 |
commit | 7daf957a6da8f0a8ffff344079fbac5315c1b992 (patch) | |
tree | 5b21e65595e46b6585a0ff69eb481d26d540f7ed | |
parent | c1b0b0ef50fcb3776d4905160203e7c6440f062e (diff) | |
download | gentoo-7daf957a6da8f0a8ffff344079fbac5315c1b992.tar.gz gentoo-7daf957a6da8f0a8ffff344079fbac5315c1b992.tar.xz |
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
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index db35cb381cb..7836544865c 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 <klausman@gentoo.org> (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 <grknight@gentoo.org (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 |