diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-02-07 20:34:30 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-02-07 20:34:30 +0000 |
commit | 3f100db5d31f7f978bd0b68950db215c274a56f9 (patch) | |
tree | b759718a93697ea92fc912cd1b66cb02bb42f40d /profiles | |
parent | Install libnvidia-fbc.so only for native ABI. (diff) | |
download | gentoo-2-3f100db5d31f7f978bd0b68950db215c274a56f9.tar.gz gentoo-2-3f100db5d31f7f978bd0b68950db215c274a56f9.tar.bz2 gentoo-2-3f100db5d31f7f978bd0b68950db215c274a56f9.zip |
Mask crypt and nis for python on Linux due to recurring issues, bug #500116
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/prefix/linux/package.use | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 977642356a29..6295b62b501a 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.411 2014/01/21 04:30:28 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.412 2014/02/07 20:34:30 grobian Exp $ + + 07 Feb 2014; Fabian Groffen <grobian@gentoo.org> +linux/package.use: + Mask crypt and nis for python on Linux due to recurring issues, bug #500116 21 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> linux/make.defaults, mint/make.defaults: diff --git a/profiles/prefix/linux/package.use b/profiles/prefix/linux/package.use new file mode 100644 index 000000000000..f80c1c5d8b45 --- /dev/null +++ b/profiles/prefix/linux/package.use @@ -0,0 +1,9 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/package.use,v 1.1 2014/02/07 20:34:30 grobian Exp $ + +# Fabian Groffen <grobian@gentoo.org> (07 Feb 2014) +# Python 3 often fails to compile with crypt and nis support due to +# GNU/libc being able to be many different versions on a Linux system +# See for example bug #500116 +dev-lang/python -crypt -nis |