diff options
author | 2022-08-24 05:53:18 +0100 | |
---|---|---|
committer | 2022-08-24 05:53:44 +0100 | |
commit | 29d4036bd60ea6d12531a7d2ec0456d896c77b1b (patch) | |
tree | d52d855584ae429a0f323b097845c72e193e5c10 /dev-libs/libcpuid | |
parent | cmake-multilib.eclass: fix EclassDocError (for @DEPRECATED) (diff) | |
download | gentoo-29d4036bd60ea6d12531a7d2ec0456d896c77b1b.tar.gz gentoo-29d4036bd60ea6d12531a7d2ec0456d896c77b1b.tar.bz2 gentoo-29d4036bd60ea6d12531a7d2ec0456d896c77b1b.zip |
dev-libs/libcpuid: fix PkgMetadataXmlInvalidPkgRef
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libcpuid')
-rw-r--r-- | dev-libs/libcpuid/metadata.xml | 4 |
1 files 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 @@ <name>Ben Kohler</name> </maintainer> <longdescription> - <pkg>sys-libs/libcpuid</pkg> is a small C library for x86 (and x86_64) + <pkg>dev-libs/libcpuid</pkg> 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. </longdescription> <longdescription lang="fr"> - <pkg>sys-libs/libcpuid</pkg> est une petite bibliothèque C pour la + <pkg>dev-libs/libcpuid</pkg> 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. |