diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-17 09:22:43 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-17 09:26:00 +0100 |
commit | 89cd0caebb1c4e26c909d05bd40e6980e0668b13 (patch) | |
tree | 34542e9823217dd11192391392e3dea59053097d /profiles | |
parent | dev-ruby/rbpdf: add 1.19.4 (diff) | |
download | gentoo-89cd0caebb1c4e26c909d05bd40e6980e0668b13.tar.gz gentoo-89cd0caebb1c4e26c909d05bd40e6980e0668b13.tar.bz2 gentoo-89cd0caebb1c4e26c909d05bd40e6980e0668b13.zip |
profiles/arch/sparc/package.use.mask: mask dev-lang/erlang[hipe]
Build fails as
error: ‘am_ultrasparc’ undeclared
which is an effect of ./configure bug of sparc32/sparc64 detection.
Needs an upstream fix.
Reported-by: Rolf Eike Beer
Bug: https://bugs.gentoo.org/656618
URL: http://erlang.org/pipermail/erlang-questions/2005-December/018317.html
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 6cb2daaf6398..f940e0c6be02 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <slyfox@gentoo.org> (17 Jun 2018) +# Mask broken HIPE support on sparc32 (bug #656618) +dev-lang/erlang hipe + # Sergei Trofimovich <slyfox@gentoo.org> (08 May 2018) # Mask USE=games to avoid unkeyworded games-util/qstat. net-analyzer/monitoring-plugins game |