diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2017-05-10 19:24:51 -0400 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2017-05-10 19:25:49 -0400 |
commit | f1cd3db22adef7ab23e0da9d329d98f19f9be9ed (patch) | |
tree | 56129a011aafa1eec64b1fef8d431ef0f6164563 /sys-apps/hwloc/files/hwloc-gather-topology-fix-lstopo-path-after-install.patch | |
parent | sys-apps/hwloc: drop opencl support from stable 1.11.2 (diff) | |
download | gentoo-f1cd3db22adef7ab23e0da9d329d98f19f9be9ed.tar.gz gentoo-f1cd3db22adef7ab23e0da9d329d98f19f9be9ed.tar.bz2 gentoo-f1cd3db22adef7ab23e0da9d329d98f19f9be9ed.zip |
sys-apps/hwloc: remove old
x11-drivers/ati-drivers is gone (#582406), so older versions may as well be
removed now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/hwloc/files/hwloc-gather-topology-fix-lstopo-path-after-install.patch')
-rw-r--r-- | sys-apps/hwloc/files/hwloc-gather-topology-fix-lstopo-path-after-install.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/hwloc/files/hwloc-gather-topology-fix-lstopo-path-after-install.patch b/sys-apps/hwloc/files/hwloc-gather-topology-fix-lstopo-path-after-install.patch deleted file mode 100644 index f383b3ab3a7a..000000000000 --- a/sys-apps/hwloc/files/hwloc-gather-topology-fix-lstopo-path-after-install.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6d42748f8604f3c1d0ca6cf122e8776b3c153ac4 Mon Sep 17 00:00:00 2001 -From: Brice Goglin <Brice.Goglin@inria.fr> -Date: Thu, 12 Mar 2015 10:01:13 +0100 -Subject: [PATCH] hwloc-gather-topology: fix lstopo path after install - -Broken when utils moved to utils/ subdirectories. - -(cherry picked from commit 0a32f719c48fb7dabf4882f8f2477017c25b15a9) ---- - NEWS | 1 + - tests/linux/Makefile.am | 2 +- - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/tests/linux/Makefile.am b/tests/linux/Makefile.am -index f0a2f8a..27c261a 100644 ---- a/tests/linux/Makefile.am -+++ b/tests/linux/Makefile.am -@@ -171,7 +171,7 @@ LOG_COMPILER = $(builddir)/test-topology.sh - bin_SCRIPTS = hwloc-gather-topology - - install-exec-hook: -- $(SED) -e 's/HWLOC_top_builddir\/utils/bindir/' -e '/HWLOC_top_builddir/d' $(DESTDIR)$(bindir)/hwloc-gather-topology > $(DESTDIR)$(bindir)/hwloc-gather-topology.tmp && mv -f $(DESTDIR)$(bindir)/hwloc-gather-topology.tmp $(DESTDIR)$(bindir)/hwloc-gather-topology -+ $(SED) -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' $(DESTDIR)$(bindir)/hwloc-gather-topology > $(DESTDIR)$(bindir)/hwloc-gather-topology.tmp && mv -f $(DESTDIR)$(bindir)/hwloc-gather-topology.tmp $(DESTDIR)$(bindir)/hwloc-gather-topology - chmod +x $(DESTDIR)$(bindir)/hwloc-gather-topology - - SUBDIRS = gather |