Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum-driver/
Date: Thu, 01 Jul 2021 22:20:00
Message-Id: 1625177925.b377947cc115cc557feb8b18b5c66904a9382b7e.conikost@gentoo
1 commit: b377947cc115cc557feb8b18b5c66904a9382b7e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 21:50:36 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 22:18:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b377947c
7
8 sys-apps/smc-sum-driver: x86 stable
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 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
17 index 7b9e68795b4..b6065970e92 100644
18 --- a/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild
19 +++ b/sys-apps/smc-sum-driver/smc-sum-driver-1.6.0.20151201-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,15 +13,14 @@ MY_P="${MY_PN/smc_/}_V${MY_PV}"
27 DESCRIPTION="Supermicro Update Manager (SUM) kernel module"
28 HOMEPAGE="https://www.supermicro.com"
29 SRC_URI="${MY_P}_${MY_DATE}.tar.gz"
30 +S="${WORKDIR}/${MY_P}/Linux"
31
32 -KEYWORDS="-* ~amd64 ~x86"
33 +KEYWORDS="-* ~amd64 x86"
34 LICENSE="supermicro"
35 SLOT="0"
36
37 RESTRICT="bindist fetch mirror"
38
39 -S="${WORKDIR}"/${MY_P}/Linux
40 -
41 BUILD_TARGETS="default"
42 MODULE_NAMES="sum_bios(misc:${S})"