From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C7EC138334 for ; Fri, 25 Jan 2019 01:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CBFCE0ED2; Fri, 25 Jan 2019 01:27:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 658FBE0ED2 for ; Fri, 25 Jan 2019 01:27:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FDD5335CEE for ; Fri, 25 Jan 2019 01:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B798B501 for ; Fri, 25 Jan 2019 01:27:11 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1548379604.9266b61f02817b3935ef3166709cfc51639c1c01.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/storcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/storcli/storcli-7.0709-r1.ebuild sys-block/storcli/storcli-7.0709.ebuild X-VCS-Directories: sys-block/storcli/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 9266b61f02817b3935ef3166709cfc51639c1c01 X-VCS-Branch: master Date: Fri, 25 Jan 2019 01:27:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6226281c-0c62-4613-982d-7eea6dc731d6 X-Archives-Hash: 275e354abef357a5e7801fa7a3d81f73 commit: 9266b61f02817b3935ef3166709cfc51639c1c01 Author: Patrick McLean sony com> AuthorDate: Fri Jan 25 01:26:44 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Jan 25 01:26:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9266b61f 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 gentoo.org> sys-block/storcli/{storcli-7.0709.ebuild => storcli-7.0709-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-block/storcli/storcli-7.0709.ebuild b/sys-block/storcli/storcli-7.0709-r1.ebuild similarity index 94% rename from sys-block/storcli/storcli-7.0709.ebuild rename to sys-block/storcli/storcli-7.0709-r1.ebuild index 0cdb4e15b17..89621f287ab 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