projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c20ba
)
dev-util/uncrustify: upstream switched to cmake, patch by Eugene Shalygin, bug #596448
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 6 Dec 2016 19:13:19 +0000
(20:13 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 6 Dec 2016 19:20:31 +0000
(20:20 +0100)
Package-Manager: portage-2.3.0
dev-util/uncrustify/uncrustify-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/uncrustify/uncrustify-9999.ebuild
b/dev-util/uncrustify/uncrustify-9999.ebuild
index c636825ab52341576fa4f667011c7dc6b4589ea4..85c17ea949d58ae785a1faac74ab04d87b703d5c 100644
(file)
--- 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
autotoo
ls ${scm_eclass}
+inherit
cmake-uti
ls ${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"