diff options
author | 2019-03-16 19:25:52 +0000 | |
---|---|---|
committer | 2019-03-16 19:28:27 +0000 | |
commit | 28611b6a2ff2650bbd029dec2df24677b03c145f (patch) | |
tree | 3def80813d2ed0a5288cdb5b75072d1d0afd8da6 /profiles/arch/x86 | |
parent | dev-java/jdbm: clean up old. (diff) | |
download | gentoo-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/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index af9c22fa6f91..90514058b93c 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Sergei Trofimovich <slyfox@gentoo.org> (16 Mar 2019) +# sys-block/megactl works on x86 and amd64 +www-apps/phpsysinfo -megactl + # Georgy Yakovlev <gyakovlev@gentoo.org> (05 March 2019) # freeipmi is supported on x86 app-admin/conserver -freeipmi |