Install this version:
emerge -a =media-sound/mpdris2-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/mpdris2-9999
Or alternatively:
emerge --autounmask-write -a =media-sound/mpdris2-9999
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9,10})
inherit python-r1 autotools git-r3
MY_PN="${PN/d/D}"
DESCRIPTION="An implementation of the MPRIS 2 interface as a client for MPD"
HOMEPAGE="https://github.com/eonpatapon/mpDris2"
EGIT_REPO_URI="https://github.com/eonpatapon/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
>=dev-python/dbus-python-0.80[$PYTHON_USEDEP]
>=dev-python/pygobject-3.28.3[$PYTHON_USEDEP]
>=dev-python/python-mpd-0.3.0[$PYTHON_USEDEP]"
DOCS="AUTHORS COPYING INSTALL NEWS README README.md"
src_prepare() {
default
eautoreconf
}
src_install() {
emake install DESTDIR="${D}" || die "Failed to install"
}
>=dev-python/dbus-python-0.80[mpdris2-9999YTHON_USEDEP] >=dev-python/pygobject-3.28.3[mpdris2-9999YTHON_USEDEP] >=dev-python/python-mpd-0.3.0[mpdris2-9999YTHON_USEDEP]