projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0efb71f
)
dev-python/gammapy: fixed sandbox issue with xdg (bug #586660)
author
Sébastien Fabbro
<bicatali@gentoo.org>
Thu, 1 Sep 2016 15:54:38 +0000
(15:54 +0000)
committer
Sébastien Fabbro
<bicatali@gentoo.org>
Thu, 1 Sep 2016 17:00:01 +0000
(17:00 +0000)
Package-Manager: portage-2.3.0
dev-python/gammapy/gammapy-0.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/gammapy/gammapy-0.4.ebuild
b/dev-python/gammapy/gammapy-0.4.ebuild
index a220b30b07290c5f6f51a896d9e0d4abd15267ab..3f1c11bd9fa9bdd35c551832e1f4a7ede7021b37 100644
(file)
--- a/
dev-python/gammapy/gammapy-0.4.ebuild
+++ b/
dev-python/gammapy/gammapy-0.4.ebuild
@@
-5,7
+5,7
@@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1 eutils virtualx
+inherit distutils-r1 eutils virtualx
xdg-utils
DESCRIPTION="Python package for gamma-ray astronomy"
HOMEPAGE="https://gammapy.readthedocs.org/"
@@
-29,6
+29,7
@@
DEPEND="${RDEPEND}
python_prepare_all() {
sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+ xdg_environment_reset
distutils-r1_python_prepare_all
}