Install this version:
emerge -a =net-wireless/kalibrate-rtl-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-wireless/kalibrate-rtl-9999
Or alternatively:
emerge --autounmask-write -a =net-wireless/kalibrate-rtl-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 autotools
DESCRIPTION="fork of http://thre.at/kalibrate/ for use with rtl-sdr devices"
HOMEPAGE="https://github.com/steve-m/kalibrate-rtl"
EGIT_REPO_URI="https://github.com/viraptor/kalibrate-rtl"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="net-wireless/rtl-sdr"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf
}