From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9288139694 for ; Fri, 12 May 2017 08:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D4DE0C7A; Fri, 12 May 2017 08:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41633E0C7A for ; Fri, 12 May 2017 08:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C85AD3416AA for ; Fri, 12 May 2017 08:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6579C7427 for ; Fri, 12 May 2017 08:07:15 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1494576781.930a370360c831677825df2ff7f56239908ea9f3.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-1.0.0.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 930a370360c831677825df2ff7f56239908ea9f3 X-VCS-Branch: master Date: Fri, 12 May 2017 08:07:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb394244-e1d3-406a-b6da-0246a4a36162 X-Archives-Hash: 7c6d8a31b6963faa7e954575745bbd11 commit: 930a370360c831677825df2ff7f56239908ea9f3 Author: Slawomir Lis gentoo org> AuthorDate: Fri May 12 08:13:01 2017 +0000 Commit: Slawek Lis gentoo 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