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 D93B9158094 for ; Wed, 24 Aug 2022 04:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD86BE0729; Wed, 24 Aug 2022 04:57:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C006CE077A for ; Wed, 24 Aug 2022 04:57:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F2A86340D77 for ; Wed, 24 Aug 2022 04:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4FB57B for ; Wed, 24 Aug 2022 04:57:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661316824.29d4036bd60ea6d12531a7d2ec0456d896c77b1b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcpuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcpuid/metadata.xml X-VCS-Directories: dev-libs/libcpuid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29d4036bd60ea6d12531a7d2ec0456d896c77b1b X-VCS-Branch: master Date: Wed, 24 Aug 2022 04:57:01 +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: c9e0c701-fd79-4d5e-ab81-2d829722ff1c X-Archives-Hash: 0e03408766c1b41e043723ac7280fd53 commit: 29d4036bd60ea6d12531a7d2ec0456d896c77b1b Author: Sam James gentoo org> AuthorDate: Wed Aug 24 04:53:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 24 04:53:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d4036b dev-libs/libcpuid: fix PkgMetadataXmlInvalidPkgRef Signed-off-by: Sam James gentoo.org> dev-libs/libcpuid/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libcpuid/metadata.xml b/dev-libs/libcpuid/metadata.xml index fd09e47dd7c1..eb3dc623eb52 100644 --- a/dev-libs/libcpuid/metadata.xml +++ b/dev-libs/libcpuid/metadata.xml @@ -6,7 +6,7 @@ Ben Kohler - sys-libs/libcpuid is a small C library for x86 (and x86_64) + dev-libs/libcpuid is a small C library for x86 (and x86_64) CPU detection and feature extraction. Using it, you can: - get the processor vendor, model, code name, etc. - get information about CPU features such as: number of cores or @@ -18,7 +18,7 @@ trouble. - sys-libs/libcpuid est une petite bibliothèque C pour la + dev-libs/libcpuid est une petite bibliothèque C pour la détection de CPU x86 (et x86_64) et l'extraction de fonctions. En l'utilisant, vous pouvez : - obtenir le vendeur du processeur, le modèle, le nom de code, etc.