commit: 9450c9df3279f4ab9965ca13e1a5d50980e6fe50 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 05:16:57 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 05:17:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9450c9df
profiles/arch/hppa: Mask USE=numa (bug #555012). profiles/arch/hppa/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index d24fd47..8e4054b 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -3,6 +3,10 @@ # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to <[email protected]>. +# Jeroen Roovers <[email protected]> (16 Oct 2015) +# HPPA has no NUMA support in the kernel +numa + # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet curl_ssl_libressl
