commit:     b5ec7edc88e764826c721eb53680976e42ae2b5c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 11:44:07 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 11:46:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ec7edc

dev-libs/starpu: Fix sys-apps/hwloc dependency

Version 2.0.0 removed the deprecated function hwloc_obj_snprintf.

Fixes: https://bugs.gentoo.org/666234
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/starpu/starpu-1.1.5-r1.ebuild | 4 ++--
 dev-libs/starpu/starpu-1.1.5.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/starpu/starpu-1.1.5-r1.ebuild 
b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
index c6fda9dd478..0b56d95e947 100644
--- a/dev-libs/starpu/starpu-1.1.5-r1.ebuild
+++ b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl 
opengl
        static-libs test"
 
 RDEPEND="
-       sys-apps/hwloc:0=
+       <sys-apps/hwloc-2.0.0:0=
        sci-mathematics/glpk:0=
        blas? ( virtual/blas )
        cuda? ( dev-util/nvidia-cuda-toolkit

diff --git a/dev-libs/starpu/starpu-1.1.5.ebuild 
b/dev-libs/starpu/starpu-1.1.5.ebuild
index ce3ab4e9051..a9865022a16 100644
--- a/dev-libs/starpu/starpu-1.1.5.ebuild
+++ b/dev-libs/starpu/starpu-1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl 
opengl
        static-libs test"
 
 RDEPEND="
-       sys-apps/hwloc:0=
+       <sys-apps/hwloc-2.0.0:0=
        sci-mathematics/glpk:0=
        blas? ( virtual/blas )
        cuda? ( dev-util/nvidia-cuda-toolkit

Reply via email to