From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [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 83B00138334 for ; Wed, 18 Dec 2019 07:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D44F1E08BD; Wed, 18 Dec 2019 07:33:08 +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 A3B2FE08BD for ; Wed, 18 Dec 2019 07:33:08 +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 C1C9234D9DD for ; Wed, 18 Dec 2019 07:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E28AE8D6 for ; Wed, 18 Dec 2019 07:33:05 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1576654306.5d76f0bd442a288ba84cfc9ac5f6517e1e545815.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas3ircu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sas3ircu/sas3ircu-16.ebuild X-VCS-Directories: sys-block/sas3ircu/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5d76f0bd442a288ba84cfc9ac5f6517e1e545815 X-VCS-Branch: master Date: Wed, 18 Dec 2019 07:33:05 +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: 27ad8339-1d56-4e79-8411-1841ad1f10bb X-Archives-Hash: 7af12c2a1c6beee66b53f6212e10c32b commit: 5d76f0bd442a288ba84cfc9ac5f6517e1e545815 Author: Robin H. Johnson gentoo org> AuthorDate: Wed Dec 18 07:31:46 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Dec 18 07:31:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d76f0bd sys-block/sas3ircu-16: whitespace fixes per review Fixes: https://github.com/gentoo/gentoo/pull/13656#pullrequestreview-319312873 Signed-off-by: Robin H. Johnson gentoo.org> sys-block/sas3ircu/sas3ircu-16.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-block/sas3ircu/sas3ircu-16.ebuild b/sys-block/sas3ircu/sas3ircu-16.ebuild index 4b6cbd3d3e6..74222338ad4 100644 --- a/sys-block/sas3ircu/sas3ircu-16.ebuild +++ b/sys-block/sas3ircu/sas3ircu-16.ebuild @@ -6,10 +6,12 @@ inherit mount-boot DESCRIPTION="LSI MPT-SAS3 controller management tool" HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9300-8e#downloads" + LICENSE="LSI" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc efi" + RESTRICT="strip fetch mirror" BDEPEND="app-arch/unzip" QA_PREBUILT="opt/lsi/sas3ircu boot/efi/sas3ircu.efi"