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 9128C158012 for ; Thu, 23 Sep 2021 18:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC3CE09E5; Thu, 23 Sep 2021 18:31:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83F05E09E5 for ; Thu, 23 Sep 2021 18:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 009CE342D80 for ; Thu, 23 Sep 2021 18:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A9DF105 for ; Thu, 23 Sep 2021 18:31:50 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1632421902.4b3aa2cc3b289ea3b76ba547eaf8076c4265f29f.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwinfo/hwinfo-21.74.ebuild sys-apps/hwinfo/hwinfo-21.76.ebuild X-VCS-Directories: sys-apps/hwinfo/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 4b3aa2cc3b289ea3b76ba547eaf8076c4265f29f X-VCS-Branch: master Date: Thu, 23 Sep 2021 18:31:50 +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: c78472ce-3dfc-416e-93e3-dabad641f1e7 X-Archives-Hash: 26e893aab5fb95d8d775e279763ac3bf commit: 4b3aa2cc3b289ea3b76ba547eaf8076c4265f29f Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 23 18:30:00 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 23 18:31:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3aa2cc sys-apps/hwinfo: drop unused inherit Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> sys-apps/hwinfo/hwinfo-21.74.ebuild | 2 +- sys-apps/hwinfo/hwinfo-21.76.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/hwinfo/hwinfo-21.74.ebuild b/sys-apps/hwinfo/hwinfo-21.74.ebuild index 344dcb48ecc..f1d008f7869 100644 --- a/sys-apps/hwinfo/hwinfo-21.74.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.74.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib rpm toolchain-funcs +inherit rpm toolchain-funcs DESCRIPTION="Hardware detection tool used in SuSE Linux" HOMEPAGE="https://www.opensuse.org/" diff --git a/sys-apps/hwinfo/hwinfo-21.76.ebuild b/sys-apps/hwinfo/hwinfo-21.76.ebuild index 344dcb48ecc..f1d008f7869 100644 --- a/sys-apps/hwinfo/hwinfo-21.76.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.76.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib rpm toolchain-funcs +inherit rpm toolchain-funcs DESCRIPTION="Hardware detection tool used in SuSE Linux" HOMEPAGE="https://www.opensuse.org/"