projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be8934
)
dev-util/conan: quoting
author
Sébastien Fabbro
<bicatali@gentoo.org>
Tue, 14 Feb 2017 18:50:58 +0000
(18:50 +0000)
committer
Sébastien Fabbro
<bicatali@gentoo.org>
Thu, 16 Feb 2017 16:54:29 +0000
(16:54 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-util/conan/conan-0.19.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/conan/conan-0.19.1.ebuild
b/dev-util/conan/conan-0.19.1.ebuild
index 9ef3aef2850381e6efb5bf4f777f4394b790fab8..1b13e32feaa29f4d517abcb5d23f360b0905f36e 100644
(file)
--- a/
dev-util/conan/conan-0.19.1.ebuild
+++ b/
dev-util/conan/conan-0.19.1.ebuild
@@
-45,6
+45,6
@@
DEPEND="
"
python_test() {
- cd
${BUILD_DIR}/lib
+ cd
"${BUILD_DIR}"/lib || die
PYTHONPATH=. nosetests -v . || die
}