Install this version:
emerge -a =app-misc/msi-rgb-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/msi-rgb-9999
Or alternatively:
emerge --autounmask-write -a =app-misc/msi-rgb-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 cargo
DESCRIPTION="Utility for controlling RGB header on some MSI boards"
HOMEPAGE="https://github.com/nagisa/msi-rgb"
SRC_URI=""
EGIT_REPO_URI="https://github.com/nagisa/msi-rgb.git"
LICENSE="ISC MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND=""
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}
pkg_postinst() {
einfo "This package is not actively maintained anymore."
einfo "Consider using app-misc/OpenRGB instead."
}