commit: df0129c246343653050130a98899bbdb0cc61f91 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 18 14:32:31 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 18 14:32:31 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=df0129c2
sys-apps/hwloc: fix SLOT operators Package-Manager: portage-2.2.17 --- sys-apps/hwloc/ChangeLog | 4 ++++ sys-apps/hwloc/hwloc-1.10.1.ebuild | 2 +- sys-apps/hwloc/metadata.xml | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index 1f9a497..f444a2f 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 17:56:52 aballier Exp $ + 18 Feb 2015; Justin Lecher <j...@gentoo.org> hwloc-1.10.1.ebuild, + metadata.xml: + sys-apps/hwloc: fix SLOT operators + *hwloc-1.10.1 (17 Feb 2015) 17 Feb 2015; Christoph Junghans <ott...@gentoo.org> +hwloc-1.10.1.ebuild, diff --git a/sys-apps/hwloc/hwloc-1.10.1.ebuild b/sys-apps/hwloc/hwloc-1.10.1.ebuild index 96c09a9..262a764 100644 --- a/sys-apps/hwloc/hwloc-1.10.1.ebuild +++ b/sys-apps/hwloc/hwloc-1.10.1.ebuild @@ -24,7 +24,7 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) cuda? ( dev-util/nvidia-cuda-toolkit ) gl? ( media-video/nvidia-settings ) - opencl? ( x11-drivers/ati-drivers ) + opencl? ( x11-drivers/ati-drivers:* ) pci? ( >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] diff --git a/sys-apps/hwloc/metadata.xml b/sys-apps/hwloc/metadata.xml index 1c247ac..22128ee 100644 --- a/sys-apps/hwloc/metadata.xml +++ b/sys-apps/hwloc/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>cluster</herd> -<longdescription> + <herd>cluster</herd> + <longdescription> The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. @@ -10,12 +10,12 @@ It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently. </longdescription> -<use> - <flag name='cuda'>Enable CUDA device discovery</flag> - <flag name='gl'>Enable GL display device discovery (NVCtrl)</flag> - <flag name='numa'>Add support for numa memory allocation</flag> - <flag name='opencl'>Enable OpenCL device discovery (AMD only)</flag> - <flag name='pci'>Enable PCI device discovery using libpci</flag> - <flag name='plugins'>Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library)</flag> -</use> + <use> + <flag name="cuda">Enable CUDA device discovery</flag> + <flag name="gl">Enable GL display device discovery (NVCtrl)</flag> + <flag name="numa">Add support for numa memory allocation</flag> + <flag name="opencl">Enable OpenCL device discovery (AMD only)</flag> + <flag name="pci">Enable PCI device discovery using libpci</flag> + <flag name="plugins">Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library)</flag> + </use> </pkgmetadata>