Install this version:
emerge -a =sys-apps/cyme-3.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/cyme-3.0.0
Or alternatively:
emerge --autounmask-write -a =sys-apps/cyme-3.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.0 | 8 | ~amd64 | 0 |
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.88.0"
CRATES="
"
inherit cargo
DESCRIPTION="List system USB buses and devices; a modern cross-platform \`lsusb\`"
HOMEPAGE="https://github.com/tuna-f1sh/cyme/"
SRC_URI="
https://github.com/tuna-f1sh/cyme/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
${CARGO_CRATE_URIS}
https://github.com/gentoo-crate-dist/cyme/releases/download/v${PV}/cyme-v${PV}-crates.tar.xz
"
LICENSE="GPL-3+"
# Dependent crate licenses
LICENSE+=" Apache-2.0 LGPL-2+ MIT MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"
QA_FLAGS_IGNORED="/usr/bin/cyme"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cyme-3.0.0.gh.tar.gz | 502909 bytes | https://github.com/tuna-f1sh/cyme/archive/v3.0.0.tar.gz |
| DIST | cyme-v3.0.0-crates.tar.xz | 17418632 bytes | https://github.com/gentoo-crate-dist/cyme/releases/download/v3.0.0/cyme-v3.0.0-crates.tar.xz |