Install this version:
emerge -a =dev-perl/Linux-DVB-1.30.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/Linux-DVB-1.30.0
Or alternatively:
emerge --autounmask-write -a =dev-perl/Linux-DVB-1.30.0
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MLEHMANN
DIST_VERSION=1.03
inherit perl-module
DESCRIPTION="Interface to (some parts of) the Linux DVB API"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
DEPEND="sys-kernel/linux-headers"
PATCHES=(
"${FILESDIR}"/${PN}-1.30.0-linux-headers.patch
)