Install this version:
emerge -a =sys-apps/ledmon-0.94
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/ledmon-0.94
Or alternatively:
emerge --autounmask-write -a =sys-apps/ledmon-0.94
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit autotools
DESCRIPTION="Enclosure LED Utilities"
HOMEPAGE="https://github.com/intel/ledmon"
SRC_URI="https://github.com/intel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
src_prepare() {
default
eautoreconf
}
src_configure() {
local myeconfargs=(
--enable-systemd
)
econf "${myeconfargs[@]}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ledmon-0.94.tar.gz | 81676 bytes | https://github.com/intel/ledmon/archive/0.94.tar.gz |