Install this version:
emerge -a =x11-misc/xrq-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/xrq-9999
Or alternatively:
emerge --autounmask-write -a =x11-misc/xrq-9999
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit multilib savedconfig toolchain-funcs git-r3
DESCRIPTION="Query the XRDB from the command line, no more unnecessary grepping!"
HOMEPAGE="https://github.com/arianon/xrq/"
EGIT_REPO_URI="https://github.com/arianon/xrq.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
RDEPEND="
x11-libs/libX11
"
DEPEND="
${RDEPEND}
"
src_prepare() {
epatch_user
tc-export CC
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
}
x11-libs/libX11
x11-libs/libX11