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 154F0139345 for ; Thu, 1 Jul 2021 22:20:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29AE2E087F; Thu, 1 Jul 2021 22:19:59 +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 0FEF8E087F for ; Thu, 1 Jul 2021 22:19:59 +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 DD9443408F9 for ; Thu, 1 Jul 2021 22:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EDBE7BF for ; Thu, 1 Jul 2021 22:19:56 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1625177925.b377947cc115cc557feb8b18b5c66904a9382b7e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild X-VCS-Directories: sys-apps/smc-sum-driver/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b377947cc115cc557feb8b18b5c66904a9382b7e X-VCS-Branch: master Date: Thu, 1 Jul 2021 22:19:56 +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: 097de4de-e487-4718-8e09-33b6a12c6337 X-Archives-Hash: da969778cab31c47e50a64cdd2e70d48 commit: b377947cc115cc557feb8b18b5c66904a9382b7e Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jul 1 21:50:36 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jul 1 22:18:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b377947c sys-apps/smc-sum-driver: x86 stable Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild index 7b9e68795b4..b6065970e92 100644 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild +++ b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,15 +13,14 @@ MY_P="${MY_PN/smc_/}_V${MY_PV}" DESCRIPTION="Supermicro Update Manager (SUM) kernel module" HOMEPAGE="https://www.supermicro.com" SRC_URI="${MY_P}_${MY_DATE}.tar.gz" +S="${WORKDIR}/${MY_P}/Linux" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" LICENSE="supermicro" SLOT="0" RESTRICT="bindist fetch mirror" -S="${WORKDIR}"/${MY_P}/Linux - BUILD_TARGETS="default" MODULE_NAMES="sum_bios(misc:${S})"