summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-01-24 17:26:44 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-01-24 17:26:44 -0800
commit9266b61f02817b3935ef3166709cfc51639c1c01 (patch)
treedaec69b9a1d71e768748d2f332b57875887b0108 /sys-block/storcli
parentapp-office/scribus: Drop 1.5.5_pre20190113 snapshot (diff)
downloadgentoo-9266b61f02817b3935ef3166709cfc51639c1c01.tar.gz
gentoo-9266b61f02817b3935ef3166709cfc51639c1c01.tar.bz2
gentoo-9266b61f02817b3935ef3166709cfc51639c1c01.zip
sys-block/storcli: Revbump to 7.0709-r1, 32-bit as well (bug 656494)
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>
Diffstat (limited to 'sys-block/storcli')
-rw-r--r--sys-block/storcli/storcli-7.0709-r1.ebuild (renamed from sys-block/storcli/storcli-7.0709.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-block/storcli/storcli-7.0709.ebuild b/sys-block/storcli/storcli-7.0709-r1.ebuild
index 0cdb4e15b173..89621f287abf 100644
--- a/sys-block/storcli/storcli-7.0709.ebuild
+++ b/sys-block/storcli/storcli-7.0709-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -67,6 +67,8 @@ src_install() {
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