gnu: cpuid: This tool is not Linux-specific per se.

* gnu/packages/linux.scm (cpuid)[synopsis]: Remove ‘Linux’.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 03:43:23 +01:00
parent 162d9c8710
commit 52dd75d276
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7183,7 +7183,7 @@ (define-public cpuid
(inputs `(("perl" ,perl)))
(supported-systems '("i686-linux" "x86_64-linux"))
(home-page "http://www.etallen.com/cpuid.html")
(synopsis "Linux tool to dump x86 CPUID information about the CPU(s)")
(synopsis "Dump x86 CPUID processor information")
(description "cpuid dumps detailed information about the CPU(s) gathered
from the CPUID instruction, and also determines the exact model of CPU(s). It
supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,