aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/hpx/ChangeLog3
-rw-r--r--sys-cluster/hpx/hpx-9999.ebuild1
2 files changed, 4 insertions, 0 deletions
diff --git a/sys-cluster/hpx/ChangeLog b/sys-cluster/hpx/ChangeLog
index 76ead3d26..a13a6bec9 100644
--- a/sys-cluster/hpx/ChangeLog
+++ b/sys-cluster/hpx/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Dec 2014; Christoph Junghans <ottxor@gentoo.org> hpx-9999.ebuild:
+ fixed deps (bug #529066)
+
*hpx-0.9.8 (20 May 2014)
20 May 2014; Christoph Junghans <ottxor@gentoo.org>
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index 5e56db937..9627b8caf 100644
--- a/sys-cluster/hpx/hpx-9999.ebuild
+++ b/sys-cluster/hpx/hpx-9999.ebuild
@@ -42,6 +42,7 @@ DEPEND="${RDEPEND}
app-arch/p7zip
virtual/pkgconfig
test? ( dev-lang/python )
+ doc? ( >=dev-libs/boost-1.56.0-r1[tools] )
"
REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"