summaryrefslogtreecommitdiff
path: root/dev-util
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
parente5c20ba58c47de8314f2e6110cdb33f96fd68d8a (diff)
downloadgentoo-9d6ec57bc67d7711e298340ca1f2cad79103025f.tar.gz
gentoo-9d6ec57bc67d7711e298340ca1f2cad79103025f.tar.xz
dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util')
-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 c636825ab52..85c17ea949d 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"