Install this version:
emerge -a =sys-block/io-scheduler-udev-rules-2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-block/io-scheduler-udev-rules-2
Or alternatively:
emerge --autounmask-write -a =sys-block/io-scheduler-udev-rules-2
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit udev
DESCRIPTION="Udev rules to allow easier customization of kernel I/O schedulers"
HOMEPAGE="https://gitlab.com/pachoramos/io-scheduler-udev-rules"
SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
RDEPEND="virtual/udev"
src_install() {
insinto /etc/default
doins etc/default/io-scheduler
udev_dorules udev/rules.d/60-io-scheduler.rules
einstalldocs
}
pkg_postinst() {
udev_reload
}
pkg_postrm() {
udev_reload
}
virtual/udev
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | io-scheduler-udev-rules-2.tar.bz2 | 7927 bytes | https://gitlab.com/pachoramos/io-scheduler-udev-rules/-/archive/2/io-scheduler-udev-rules-2.tar.bz2 |