Install the 32-bit version as well as storcli32 on amd64. The 32-bit
version won't crash with some controllers that crash the 64-bit version.
Bug: https://bugs.gentoo.org/656494
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
if use x86; then
doexe storcli
elif use amd64; then
+ # 32-bit version is less crashy than the 64bit (bug #656494)
+ newexe storcli storcli32
newexe storcli64 storcli
fi