summaryrefslogtreecommitdiff
path: root/sys-cluster
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-05-12 10:13:01 +0200
committerSlawomir Lis <slis@gentoo.org>2017-05-12 10:13:01 +0200
commit930a370360c831677825df2ff7f56239908ea9f3 (patch)
tree5ef1f990e1dde649cf427372e4135ede26669191 /sys-cluster
parent02f4339ac365861750e8f5f11cb482a9ac74cd95 (diff)
downloadgentoo-930a370360c831677825df2ff7f56239908ea9f3.tar.gz
gentoo-930a370360c831677825df2ff7f56239908ea9f3.tar.xz
sys-cluster/hpx: Fixed file collision with sci-mathematics/spin
hpx with new version creates a file /usr/bin/spin which is reason of a conflict. I've renamed a file into hpx_spin Reported in bug 617486 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/hpx/hpx-1.0.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/hpx/hpx-1.0.0.ebuild b/sys-cluster/hpx/hpx-1.0.0.ebuild
index 5d6c92ba0af..f9748b81ba2 100644
--- a/sys-cluster/hpx/hpx-1.0.0.ebuild
+++ b/sys-cluster/hpx/hpx-1.0.0.ebuild
@@ -76,6 +76,7 @@ src_test() {
src_install() {
cmake-utils_src_install
+ mv "${D}/usr/bin/spin" "${D}/usr/bin/hpx_spin"
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples