commit: 930a370360c831677825df2ff7f56239908ea9f3
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 08:13:01 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri May 12 08:13:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930a3703
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
sys-cluster/hpx/hpx-1.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
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