Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/
Date: Thu, 26 Aug 2021 22:21:22
Message-Id: 1630016442.4b931a3def4c2b0b8a0db847626a335ea5e86a3c.sam@gentoo
1 commit: 4b931a3def4c2b0b8a0db847626a335ea5e86a3c
2 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
3 AuthorDate: Thu Aug 26 19:41:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 22:20:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b931a3d
7
8 sys-cluster/hpx: Specify asio version
9
10 hpx needs at least version 1.12.0 of asio. Add it.
11
12 Closes: https://bugs.gentoo.org/808773
13 Closes: https://bugs.gentoo.org/810301
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 sys-cluster/hpx/hpx-1.7.1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sys-cluster/hpx/hpx-1.7.1.ebuild b/sys-cluster/hpx/hpx-1.7.1.ebuild
22 index 2ab8ea741f3..15cacad6996 100644
23 --- a/sys-cluster/hpx/hpx-1.7.1.ebuild
24 +++ b/sys-cluster/hpx/hpx-1.7.1.ebuild
25 @@ -33,7 +33,7 @@ BDEPEND="
26 "
27 RDEPEND="
28 ${PYTHON_DEPS}
29 - dev-cpp/asio
30 + >=dev-cpp/asio-1.12.0
31 dev-libs/boost:=
32 sys-apps/hwloc
33 sys-libs/zlib