diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-16 19:25:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-16 19:28:27 +0000 |
commit | 28611b6a2ff2650bbd029dec2df24677b03c145f (patch) | |
tree | 3def80813d2ed0a5288cdb5b75072d1d0afd8da6 /profiles | |
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')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 1ffe2cbe15b2..165771769678 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# 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 amd64 app-admin/conserver -freeipmi 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 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 |