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 18AD3138359 for ; Thu, 22 Oct 2020 04:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54CAFE08BB; Thu, 22 Oct 2020 04:08:40 +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 E60E3E08BB for ; Thu, 22 Oct 2020 04:08:39 +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 8B6B0340CEF for ; Thu, 22 Oct 2020 04:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6671B3A7 for ; Thu, 22 Oct 2020 04:08:36 +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: <1603339601.0210ad4e5ee58533a7d381e82356b0ffe6812352.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmitool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild sys-apps/ipmitool/ipmitool-1.8.18_p20201004.ebuild X-VCS-Directories: sys-apps/ipmitool/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0210ad4e5ee58533a7d381e82356b0ffe6812352 X-VCS-Branch: master Date: Thu, 22 Oct 2020 04:08:36 +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: d1db1cad-2beb-4775-957e-89d0259cd018 X-Archives-Hash: d7ef7372b00adb5f7db609f89182b8da commit: 0210ad4e5ee58533a7d381e82356b0ffe6812352 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 22 04:05:09 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 22 04:06:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0210ad4e sys-apps/ipmitool: QA fix enable_with: command not found Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> ...tool-1.8.18_p20201004.ebuild => ipmitool-1.8.18_p20201004-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004.ebuild b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild similarity index 99% rename from sys-apps/ipmitool/ipmitool-1.8.18_p20201004.ebuild rename to sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild index df692871cc0..fba11c4b0ca 100644 --- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004.ebuild +++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild @@ -110,7 +110,7 @@ src_configure() { --enable-ipmishell \ --enable-intf-lan \ --enable-intf-usb \ - $(enable_with systemd intf-dbus) \ + $(use_enable systemd intf-dbus) \ --enable-intf-lanplus \ --enable-intf-open \ --enable-intf-serial \