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 8FAD613933E for ; Thu, 1 Jul 2021 22:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9E83E0874; Thu, 1 Jul 2021 22:19:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1E86E0874 for ; Thu, 1 Jul 2021 22:19:58 +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 B3B6834085A 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 680042B 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: <1625177922.220272584ede5543938cda50276e5361af74103b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild X-VCS-Directories: sys-apps/ipmicfg/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 220272584ede5543938cda50276e5361af74103b 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: 059979e8-d560-4d6e-9445-7271791ecec1 X-Archives-Hash: 26425c4218c2a607b7cf9c434ec2344a commit: 220272584ede5543938cda50276e5361af74103b Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jul 1 21:48:10 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jul 1 22:18:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22027258 sys-apps/ipmicfg: x86 stable Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild index 642ff2b9341..f66511dce8d 100644 --- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild +++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.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 @@ -10,18 +10,17 @@ MY_PV="$(ver_cut 1-3)" DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices" HOMEPAGE="https://www.supermicro.com" SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" +S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}" LICENSE="supermicro" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" IUSE="uefi" BDEPEND="app-arch/unzip" RESTRICT="bindist mirror" -S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}" - QA_PREBUILT="usr/bin/ipmicfg" src_install() {