From: Fabian Groffen Date: Tue, 6 Dec 2016 19:13:19 +0000 (+0100) Subject: dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d6ec57bc67d7711e298340ca1f2cad79103025f;p=gentoo.git dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448 Package-Manager: portage-2.3.0 --- diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild index c636825ab523..85c17ea949d5 100644 --- a/dev-util/uncrustify/uncrustify-9999.ebuild +++ b/dev-util/uncrustify/uncrustify-9999.ebuild @@ -16,7 +16,7 @@ else S=${WORKDIR}/${PN}-${P} fi -inherit autotools ${scm_eclass} +inherit cmake-utils ${scm_eclass} PYTHON_COMPAT=( python2_7 ) @@ -31,11 +31,6 @@ IUSE="test" DEPEND="test? ( ${PYTHON_DEPS} )" -src_prepare() { - eautoreconf - default -} - python_test() { cd tests ${EPYTHON} run_tests.py || die "tests failed"