diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-10-30 04:35:52 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-10-30 04:36:23 -0600 |
commit | 259b90aa9cb988fe4a1cb69c81a4e3e1c2744b96 (patch) | |
tree | 62f1e4851f49b8f388910693edbba70687e9d7e0 /sys-cluster/hpx/hpx-9999.ebuild | |
parent | net-dns/ddclient: drop old version (diff) | |
download | gentoo-259b90aa9cb988fe4a1cb69c81a4e3e1c2744b96.tar.gz gentoo-259b90aa9cb988fe4a1cb69c81a4e3e1c2744b96.tar.bz2 gentoo-259b90aa9cb988fe4a1cb69c81a4e3e1c2744b96.zip |
sys-cluster/hpx: version bump
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sys-cluster/hpx/hpx-9999.ebuild')
-rw-r--r-- | sys-cluster/hpx/hpx-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 1fb725a966fc..98afc4e22e11 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 |