Install this version:
emerge -a =x11-misc/xiccd-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/xiccd-9999
Or alternatively:
emerge --autounmask-write -a =x11-misc/xiccd-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 autotools
DESCRIPTION="A desktop environment-independent bridge between colord and X"
HOMEPAGE="https://github.com/agalakhov/xiccd"
EGIT_REPO_URI="https://github.com/agalakhov/xiccd.git"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
RDEPEND=">=dev-libs/glib-2.36:2
>=x11-apps/xrandr-1.3
>=x11-misc/colord-1.0.2"
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}
>=dev-libs/glib-2.36:2 >=x11-apps/xrandr-1.3 >=x11-misc/colord-1.0.2
>=dev-libs/glib-2.36:2 >=x11-apps/xrandr-1.3 >=x11-misc/colord-1.0.2