Install this version:
emerge -a =sys-apps/lssbus-0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/lssbus-0.1
Or alternatively:
emerge --autounmask-write -a =sys-apps/lssbus-0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1 | 8 | -* ~sparc | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Small utility for Linux/SPARC that list devices on SBUS"
HOMEPAGE="https://people.redhat.com/tcallawa/lssbus/"
SRC_URI="https://people.redhat.com/tcallawa/lssbus/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~sparc"
src_compile() {
append-cflags -std=gnu89 # Bug #951330
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
dosbin lssbus
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lssbus-0.1.tar.gz | 13576 bytes | https://people.redhat.com/tcallawa/lssbus/lssbus-0.1.tar.gz |