Install this version:
emerge -a =dev-util/yuck-0.2.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/yuck-0.2.4
Or alternatively:
emerge --autounmask-write -a =dev-util/yuck-0.2.4
# Copyright 2016-2017 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit rindeal
GH_RN="github:hroptatyr"
GH_REF="v${PV}"
inherit git-hosting
inherit autotools
DESCRIPTION="Your Umbrella Command Kit, a command line option parser for C"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
src_prepare() {
default
eautoreconf
}