From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1559409-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BE5D158089 for <garchives@archives.gentoo.org>; Mon, 2 Oct 2023 23:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5FD72BC01E; Mon, 2 Oct 2023 23:00:36 +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 85A432BC01E for <gentoo-commits@lists.gentoo.org>; Mon, 2 Oct 2023 23:00:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 359A2335C11 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Oct 2023 23:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6264F930 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Oct 2023 23:00:33 +0000 (UTC) From: "Robin H. Johnson" <robbat2@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1696287621.5ef41dc17c3b7fba6354d8229e682b839f0b7ff1.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dmidecode/dmidecode-3.5-r3.ebuild X-VCS-Directories: sys-apps/dmidecode/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5ef41dc17c3b7fba6354d8229e682b839f0b7ff1 X-VCS-Branch: master Date: Mon, 2 Oct 2023 23:00:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4b7eb59-8cdc-402b-ac79-f4b63a21d895 X-Archives-Hash: e381ace4ca80edcb1a97bb8e9d43985a commit: 5ef41dc17c3b7fba6354d8229e682b839f0b7ff1 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 23:00:21 2023 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 23:00:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef41dc1 sys-apps/dmidecode: cleanup whitespace Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> sys-apps/dmidecode/dmidecode-3.5-r3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/dmidecode/dmidecode-3.5-r3.ebuild b/sys-apps/dmidecode/dmidecode-3.5-r3.ebuild index 67960f7676a5..250442ecf4bc 100644 --- a/sys-apps/dmidecode/dmidecode-3.5-r3.ebuild +++ b/sys-apps/dmidecode/dmidecode-3.5-r3.ebuild @@ -7,7 +7,6 @@ EAPI=8 # Check regularly after releases! inherit flag-o-matic toolchain-funcs - DESCRIPTION="DMI (Desktop Management Interface) table related utilities" HOMEPAGE="https://www.nongnu.org/dmidecode/" SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz"