Install this version:
emerge -a =dev-perl/X-Osd-0.700.0-r4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/X-Osd-0.700.0-r4
Or alternatively:
emerge --autounmask-write -a =dev-perl/X-Osd-0.700.0-r4
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=GOZER
DIST_VERSION=0.7
inherit perl-module virtualx
DESCRIPTION="Perl glue to libxosd (X OnScreen Display)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="x11-libs/xosd"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-0.7-perl-5.44.patch
)
src_test() {
virtx perl-module_src_test
}