Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux: package.use
Date: Fri, 07 Feb 2014 20:34:34
Message-Id: 20140207203430.7AA302004E@flycatcher.gentoo.org
1 grobian 14/02/07 20:34:30
2
3 Added: package.use
4 Log:
5 Mask crypt and nis for python on Linux due to recurring issues, bug #500116
6
7 Revision Changes Path
8 1.1 profiles/prefix/linux/package.use
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/package.use?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/package.use?rev=1.1&content-type=text/plain
12
13 Index: package.use
14 ===================================================================
15 # Copyright 1999-2014 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.use,v 1.1 2014/02/07 20:34:30 grobian Exp $
18
19 # Fabian Groffen <grobian@g.o> (07 Feb 2014)
20 # Python 3 often fails to compile with crypt and nis support due to
21 # GNU/libc being able to be many different versions on a Linux system
22 # See for example bug #500116
23 dev-lang/python -crypt -nis