dev-python/numpy: Remove unneccessary versionator inherit
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 21:48:26 +0000 (23:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 21:51:34 +0000 (23:51 +0200)
dev-python/numpy/numpy-1.14.5.ebuild

index 78f1be669a36ced1a38a92d147eed70061591e6f..507ae3a8210e4c1cbd37f7de38cf31a115d40395 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_REQ_USE="threads(+)"
 
 FORTRAN_NEEDED=lapack
 
-inherit distutils-r1 flag-o-matic fortran-2 multiprocessing toolchain-funcs versionator
+inherit distutils-r1 flag-o-matic fortran-2 multiprocessing toolchain-funcs
 
 DOC_PV="${PV}"
 DOC_P="${PN}-${DOC_PV}"