commit:     bad870ed61d0ded9c912668b18a886d234be4866
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:19:44 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:19:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bad870ed

sys-cluster/hpx: Properly depend on python

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sys-cluster/hpx/hpx-9999.ebuild |  4 ++--
 sys-cluster/hpx/metadata.xml    | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index 5b883f4..cdff1c6 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 ea01f2f..a066901 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>gent...@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>gent...@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>

Reply via email to