Install this version:
emerge -a =media-gfx/eluminance-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/eluminance-9999
Or alternatively:
emerge --autounmask-write -a =media-gfx/eluminance-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{5..14} pypy3 )
inherit distutils-r1 xdg
[ "${PV}" = 9999 ] && inherit git-r3
DESCRIPTION="Enlightenment photo browser"
HOMEPAGE="https://github.com/DaveMDS/eluminance"
EGIT_REPO_URI="https://github.com/DaveMDS/eluminance.git"
S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND=">=dev-libs/efl-1.18.0
dev-python/python-efl
dev-python/pyxdg
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
>=dev-libs/efl-1.18.0 dev-python/python-efl dev-python/pyxdg
>=dev-libs/efl-1.18.0 dev-python/python-efl dev-python/pyxdg