From 9d6ec57bc67d7711e298340ca1f2cad79103025f Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 6 Dec 2016 20:13:19 +0100 Subject: dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448 Package-Manager: portage-2.3.0 --- dev-util/uncrustify/uncrustify-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dev-util/uncrustify') 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" -- cgit v1.2.3-65-gdbad