public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/hwloc/
Date: Wed, 18 Feb 2015 16:41:24 +0000 (UTC)	[thread overview]
Message-ID: <1424269951.df0129c246343653050130a98899bbdb0cc61f91.jlec@gentoo> (raw)

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 <jlec@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 <ottxor@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>


             reply	other threads:[~2015-02-18 16:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 16:41 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-19  8:04 [gentoo-commits] proj/sci:master commit in: sys-apps/hwloc/ Justin Lecher
2015-02-18 20:34 Christoph Junghans
2015-02-17 21:21 Christoph Junghans
2015-02-17 21:21 Christoph Junghans
2015-02-17 15:39 Christoph Junghans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424269951.df0129c246343653050130a98899bbdb0cc61f91.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox