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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0F1C158094 for ; Mon, 19 Sep 2022 08:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04E5E086C; Mon, 19 Sep 2022 08:36:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B47D2E0869 for ; Mon, 19 Sep 2022 08:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87B45340B53 for ; Mon, 19 Sep 2022 08:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07D435DD for ; Mon, 19 Sep 2022 08:36:31 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1663576552.c325f47a6e5a6626c7e87978aaa0f699855be73a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmi-fan-control/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild X-VCS-Directories: sys-apps/ipmi-fan-control/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: c325f47a6e5a6626c7e87978aaa0f699855be73a X-VCS-Branch: master Date: Mon, 19 Sep 2022 08:36:31 +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: 07be7598-3394-4c41-9849-4d3b5d5688b3 X-Archives-Hash: 504913e38eeb7abebada8357482514e3 commit: c325f47a6e5a6626c7e87978aaa0f699855be73a Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 19 08:35:22 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 19 08:35:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c325f47a sys-apps/ipmi-fan-control: sync live ebuild Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild b/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild index 34f602de380e..9edc0bc051d8 100644 --- a/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild +++ b/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild @@ -22,10 +22,16 @@ else KEYWORDS="-* ~amd64" fi -LICENSE="MIT 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 GPL-3+ MIT Unicode-DFS-2016 Unlicense ZLIB" +LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 GPL-3+ ISC MIT Unicode-DFS-2016 Unlicense" SLOT="0" -RDEPEND="sys-apps/ipmitool" +BDEPEND=" + sys-devel/clang + virtual/pkgconfig +" + +RDEPEND="sys-libs/freeipmi" +DEPEND="${RDEPEND}" QA_FLAGS_IGNORED="usr/bin/${PN}"