Install this version:
emerge -a =dev-perl/Text-Markdown-Hoedown-1.03
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/Text-Markdown-Hoedown-1.03
Or alternatively:
emerge --autounmask-write -a =dev-perl/Text-Markdown-Hoedown-1.03
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
DIST_AUTHOR=TOKUHIROM
inherit perl-module
DESCRIPTION="Binding library for hoedown"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
${RDEPEND}
dev-perl/File-pushd
dev-perl/Module-Build
"