sys-cluster/shuffile: DEPEND on sys-cluster/KVTree-1.0.2[mpi]

does not build if KVTree is not build with mpi

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-03 16:46:28 +01:00
parent e20063d897
commit 6589bd4f80

View File

@@ -12,11 +12,9 @@ SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=sys-cluster/KVTree-1.0.2
>=sys-cluster/KVTree-1.0.2[mpi]
sys-libs/zlib
virtual/mpi
"