summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-03-16 19:25:52 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-03-16 19:28:27 +0000
commit28611b6a2ff2650bbd029dec2df24677b03c145f (patch)
tree3def80813d2ed0a5288cdb5b75072d1d0afd8da6 /profiles/arch/base
parentdev-java/jdbm: clean up old. (diff)
downloadgentoo-28611b6a2ff2650bbd029dec2df24677b03c145f.tar.gz
gentoo-28611b6a2ff2650bbd029dec2df24677b03c145f.tar.bz2
gentoo-28611b6a2ff2650bbd029dec2df24677b03c145f.zip
package.use.mask: allow phpsysinfo[megactl] only on x86 and amd64
Initially sys-block/megactl supports only x86. Gentoo's patches add amd64 support via ifdef __x86_64__. That is not compatible to other 64-bit arches. Endianness story is not clear either. Let's mask it outside x86 & amd64. Bug: https://bugs.gentoo.org/669772 Bug: https://bugs.gentoo.org/670564 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r--profiles/arch/base/package.use.mask4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f23bc4dc80c7..9de0da048308 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sergei Trofimovich <slyfox@gentoo.org> (16 Mar 2019)
+# sys-block/megactl works only on amd64 and x86 so far, bug #670564
+www-apps/phpsysinfo megactl
+
# Thomas Deutschmann <whissi@gentoo.org> (15 Nov 2018)
# - rdrand plugin is only supported on amd64 and x86
# - padlock plugin is only supported on amd64 and x86