commit:     9d6ec57bc67d7711e298340ca1f2cad79103025f
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 19:13:19 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 19:20:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6ec57b

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(-)

diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild 
b/dev-util/uncrustify/uncrustify-9999.ebuild
index c636825..85c17ea 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"

Reply via email to