Install this version:
emerge -a =plover-plugin/plover-svg-layout-display-1.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =plover-plugin/plover-svg-layout-display-1.1.0
Or alternatively:
emerge --autounmask-write -a =plover-plugin/plover-svg-layout-display-1.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit pypi distutils-r1
DESCRIPTION="SVG-based layout display plugin for Plover"
HOMEPAGE="https://github.com/opensteno/plover_svg_layout_display"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# upstream does not appear to have proper list of dependencies, so some of
# these are derived from source code importing modules
DEPEND="
>=app-misc/plover-5.0.0[${PYTHON_USEDEP}]
dev-python/pyside
"
BDEPEND="${DEPEND}"
>=app-misc/plover-5.0.0[] dev-python/pyside
>=app-misc/plover-5.0.0[] dev-python/pyside