diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-11-20 05:30:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-11-20 05:30:40 +0000 |
commit | 1b165bc2ce389ddcf31b790cfd8fe2faf4415890 (patch) | |
tree | 39fe957cf9d8a18bbbd86b743219fd9a954b3de6 /profiles | |
parent | unmask >=nvidia-drivers-300 on hardened (diff) | |
download | historical-1b165bc2ce389ddcf31b790cfd8fe2faf4415890.tar.gz historical-1b165bc2ce389ddcf31b790cfd8fe2faf4415890.tar.bz2 historical-1b165bc2ce389ddcf31b790cfd8fe2faf4415890.zip |
Introduce a complete PYTHON_TARGETS mask wrt bug #440616.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/hppa/use.mask | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/profiles/arch/hppa/ChangeLog b/profiles/arch/hppa/ChangeLog index 914494006253..8d90ebc45c79 100644 --- a/profiles/arch/hppa/ChangeLog +++ b/profiles/arch/hppa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/hppa profile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.172 2012/11/15 15:26:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.173 2012/11/20 05:30:40 mgorny Exp $ + + 20 Nov 2012; Michał Górny <mgorny@gentoo.org> use.mask: + Introduce a complete PYTHON_TARGETS mask wrt bug #440616. 15 Nov 2012; Jeroen Roovers <jer@gentoo.org> use.mask: Mask USE=fdk (bug #442806). diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index f7f2e77146ae..733c070cabfc 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -1,16 +1,18 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.64 2012/11/15 15:26:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.65 2012/11/20 05:30:40 mgorny Exp $ # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <hppa@gentoo.org>. +# Michał Górny <mgorny@gentoo.org> (31 Oct 2012) +# Mask PYTHON_TARGETS for implementations not keyworded on this arch +# (bug #440616). +python_targets_pypy1_8 +python_targets_pypy1_9 +python_targets_jython2_5 + # Jeroen Roovers <jer@gentoo.org> (13 Nov 2012) # media-libs/fdk-aac is not supported on HPPA (bug #442806) fdk -# Jeroen Roovers <jer@gentoo.org> (13 Nov 2012) -# dev-python/pypy is untested, has build failures -python_targets_pypy1_8 -python_targets_pypy1_9 - # Jeroen Roovers <jer@gentoo.org> (15 Oct 2012) # sys-auth/consolekit does not work without CONFIG_AUDITSYSCALL, # which is not supported on HPPA (bug #438368) |