summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/xrayutilities/xrayutilities-9999.ebuild')
-rw-r--r--sci-physics/xrayutilities/xrayutilities-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-physics/xrayutilities/xrayutilities-9999.ebuild b/sci-physics/xrayutilities/xrayutilities-9999.ebuild
index d70a7cb..c922fce 100644
--- a/sci-physics/xrayutilities/xrayutilities-9999.ebuild
+++ b/sci-physics/xrayutilities/xrayutilities-9999.ebuild
@@ -14,7 +14,6 @@ EGIT_REPO_URI="https://github.com/dkriegner/xrayutilities.git"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
IUSE="openmp test"
RDEPEND=">=dev-python/numpy-1.9:=
@@ -24,6 +23,8 @@ DEPEND="${RDEPEND}
>sys-devel/gcc-4.2:*[openmp?]
test? ( dev-python/pytest )"
+RESTRICT="!test? ( test )"
+
DOCS=( README.md CHANGES.txt )
python_configure_all() {