aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 12:19:44 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 12:19:44 +0200
commitbad870ed61d0ded9c912668b18a886d234be4866 (patch)
treed43c7c9465e5b2835fbdf4c49be088c3a3982af6
parentsci-biology/scaffold_builder: Properly use install python scripts (diff)
downloadsci-bad870ed61d0ded9c912668b18a886d234be4866.tar.gz
sci-bad870ed61d0ded9c912668b18a886d234be4866.tar.bz2
sci-bad870ed61d0ded9c912668b18a886d234be4866.zip
sys-cluster/hpx: Properly depend on python
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sys-cluster/hpx/hpx-9999.ebuild4
-rw-r--r--sys-cluster/hpx/metadata.xml24
2 files changed, 14 insertions, 14 deletions
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index 5b883f4ec..cdff1c638 100644
--- a/sys-cluster/hpx/hpx-9999.ebuild
+++ b/sys-cluster/hpx/hpx-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -41,7 +41,7 @@ RDEPEND="
DEPEND="${RDEPEND}
app-arch/p7zip
virtual/pkgconfig
- test? ( dev-lang/python )
+ test? ( ${PYTHON_DEPS} )
doc? ( >=dev-libs/boost-1.56.0-r1[tools] )
"
REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/sys-cluster/hpx/metadata.xml b/sys-cluster/hpx/metadata.xml
index ea01f2ff7..a0669011b 100644
--- a/sys-cluster/hpx/metadata.xml
+++ b/sys-cluster/hpx/metadata.xml
@@ -1,8 +1,8 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>cluster</herd>
-<longdescription>
+ <herd>cluster</herd>
+ <longdescription>
HPX (High Performance ParalleX) is a general C++ runtime system
for parallel and distributed applications of any scale. It is the
first freely available, open source, feature-complete, modular,
@@ -11,15 +11,15 @@
currently, Linux based systems, such as SMP nodes and conventional
clusters.
</longdescription>
-<maintainer>
- <email>gentryx@gmx.de</email>
-</maintainer>
-<use>
- <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag>
- <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for
+ <maintainer>
+ <email>gentryx@gmx.de</email>
+ </maintainer>
+ <use>
+ <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag>
+ <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for
memory allocation</flag>
- <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory
+ <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory
allocation</flag>
- <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag>
-</use>
+ <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag>
+ </use>
</pkgmetadata>