diff options
author | Kurt Kanzenbach <kurt@kmk-computers.de> | 2021-08-26 21:41:45 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-26 23:20:42 +0100 |
commit | 4b931a3def4c2b0b8a0db847626a335ea5e86a3c (patch) | |
tree | 1c6ee02d83b323feccfecdecb5ac3e185a7318d4 /sys-cluster/hpx | |
parent | media-plugins/live: drop 2020.05.15 (diff) | |
download | gentoo-4b931a3def4c2b0b8a0db847626a335ea5e86a3c.tar.gz gentoo-4b931a3def4c2b0b8a0db847626a335ea5e86a3c.tar.bz2 gentoo-4b931a3def4c2b0b8a0db847626a335ea5e86a3c.zip |
sys-cluster/hpx: Specify asio version
hpx needs at least version 1.12.0 of asio. Add it.
Closes: https://bugs.gentoo.org/808773
Closes: https://bugs.gentoo.org/810301
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/hpx')
-rw-r--r-- | sys-cluster/hpx/hpx-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/hpx/hpx-1.7.1.ebuild b/sys-cluster/hpx/hpx-1.7.1.ebuild index 2ab8ea741f30..15cacad6996f 100644 --- a/sys-cluster/hpx/hpx-1.7.1.ebuild +++ b/sys-cluster/hpx/hpx-1.7.1.ebuild @@ -33,7 +33,7 @@ BDEPEND=" " RDEPEND=" ${PYTHON_DEPS} - dev-cpp/asio + >=dev-cpp/asio-1.12.0 dev-libs/boost:= sys-apps/hwloc sys-libs/zlib |