Install this version:
emerge -a =dev-python/travis-ci-utils-0.11.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/travis-ci-utils-0.11.0
Or alternatively:
emerge --autounmask-write -a =dev-python/travis-ci-utils-0.11.0
# Copyright 2018 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit rindeal
## python-*.eclass:
PYTHON_COMPAT=( py{py3,thon3_{6,7}} )
## git-hosting.eclass:
GH_RN="github:rindeal"
GH_REF="v${PV}"
## EXPORT_FUNCTIONS: src_unpack
inherit git-hosting
## EXPORT_FUNCTIONS: src_prepare src_configure src_compile src_test src_install
inherit distutils-r1
DESCRIPTION="${PN}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
IUSE_A=( )
CDEPEND_A=()
DEPEND_A=( "${CDEPEND_A[@]}" )
RDEPEND_A=( "${CDEPEND_A[@]}" )
REQUIRED_USE_A=( )
RESTRICT+=""
inherit arrays