From: Jeroen Roovers Date: Sun, 23 Sep 2018 11:44:07 +0000 (+0200) Subject: dev-libs/starpu: Fix sys-apps/hwloc dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b5ec7edc88e764826c721eb53680976e42ae2b5c;p=gentoo.git 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 --- diff --git a/dev-libs/starpu/starpu-1.1.5-r1.ebuild b/dev-libs/starpu/starpu-1.1.5-r1.ebuild index c6fda9dd478c..0b56d95e947a 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= +