dev-util/uncrustify-9999 ebuild can't build the package because autotools files were removed from git. The trivial change fixes the ebuild: --- /var/portage/gentoo/dev-util/uncrustify/uncrustify-9999.ebuild 2016-07-13 22:20:09.000000000 +0200 +++ /var/portage/repository/my-gentoo/dev-util/uncrustify/uncrustify-9999.ebuild 2016-10-03 21:07:19.928628090 +0200 @@ -16,7 +16,7 @@ S=${WORKDIR}/${PN}-${P} fi -inherit autotools ${scm_eclass} +inherit cmake-utils ${scm_eclass} PYTHON_COMPAT=( python2_7 ) @@ -31,11 +31,6 @@ DEPEND="test? ( ${PYTHON_DEPS} )" -src_prepare() { - eautoreconf - default -} - python_test() { cd tests ${EPYTHON} run_tests.py || die "tests failed"
Thanks, applied. Sorry for the long wait.