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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 943EF158094 for ; Wed, 10 Aug 2022 17:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73EA1E09C7; Wed, 10 Aug 2022 17:05:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4EB14E09C7 for ; Wed, 10 Aug 2022 17:05:28 +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 15D71340E6C for ; Wed, 10 Aug 2022 17:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1BD54D for ; Wed, 10 Aug 2022 17:05:25 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1660151104.8fc6f6d51be6601217bce2c8a3a634d30e461de0.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/intel-microcode/intel-microcode-20220809_p20220809.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 8fc6f6d51be6601217bce2c8a3a634d30e461de0 X-VCS-Branch: master Date: Wed, 10 Aug 2022 17:05:25 +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: 6c7a1793-ba4a-4639-97b6-71eb18963f55 X-Archives-Hash: f27fd8ad4a9a70e4b4174a0e64c5b6f5 commit: 8fc6f6d51be6601217bce2c8a3a634d30e461de0 Author: Mike Pagano gentoo org> AuthorDate: Wed Aug 10 17:05:04 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed Aug 10 17:05:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc6f6d5 sys-firmware/intel-microcode: Minor grammar fixes Signed-off-by: Mike Pagano gentoo.org> .../intel-microcode/intel-microcode-20220809_p20220809.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20220809_p20220809.ebuild b/sys-firmware/intel-microcode/intel-microcode-20220809_p20220809.ebuild index f40acd842d36..426180b0a1f1 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20220809_p20220809.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20220809_p20220809.ebuild @@ -56,8 +56,8 @@ MICROCODE_SIGNATURES_DEFAULT="" # only specific CPU: MICROCODE_SIGNATURES="-s 0x00000f4a -s 0x00010676" # exclude specific CPU: MICROCODE_SIGNATURES="-s !0x00000686" -#Version bump instructions : -# 1. The ebuild is the form of intel-microcode-_p.ebuild +# Package Maintenance instructions : +# 1. The ebuild is in the form of intel-microcode-_p.ebuild # 2. The INTEL_SNAPSHOT upstream is located at: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files\ # 3. The COLLECTION_SNAPSHOT is created manually using the following steps: # a. Clone the repository https://github.com/platomav/CPUMicrocodes