Install this version:
emerge -a =sys-apps/lfsb-0.4.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/lfsb-0.4.4
Or alternatively:
emerge --autounmask-write -a =sys-apps/lfsb-0.4.4
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A Linux utility to change the FSB frequency without having to reboot"
HOMEPAGE="https://sourceforge.net/projects/lfsb"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dodoc README
dosbin src/lfsb
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lfsb-0.4.4.tar.bz2 | 20690 bytes | https://downloads.sourceforge.net/lfsb/lfsb-0.4.4.tar.bz2 |