summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-12-06 20:13:19 +0100
committerFabian Groffen <grobian@gentoo.org>2016-12-06 20:20:31 +0100
commit9d6ec57bc67d7711e298340ca1f2cad79103025f (patch)
treec97581a312e33eb43d7ebf2c381b19a5ddec29d6 /dev-util/uncrustify
parentnet-ftp/filezilla: Bump to version 3.23.0.2. Removed old. (diff)
downloadgentoo-9d6ec57bc67d7711e298340ca1f2cad79103025f.tar.gz
gentoo-9d6ec57bc67d7711e298340ca1f2cad79103025f.tar.bz2
gentoo-9d6ec57bc67d7711e298340ca1f2cad79103025f.zip
dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r--dev-util/uncrustify/uncrustify-9999.ebuild7
1 files changed, 1 insertions, 6 deletions
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"