aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/hpl')
-rw-r--r--sys-cluster/hpl/ChangeLog3
-rw-r--r--sys-cluster/hpl/hpl-2.0-r1.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog
index e04d23ec1..b061ae1b1 100644
--- a/sys-cluster/hpl/ChangeLog
+++ b/sys-cluster/hpl/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> hpl-2.0-r1.ebuild:
+ Sort *DEPEND correctly
+
21 Feb 2013; Justin Lecher <jlec@gentoo.org> hpl-2.0-r1.ebuild, metadata.xml:
Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
add missing dep on virtual/pkgconfig
diff --git a/sys-cluster/hpl/hpl-2.0-r1.ebuild b/sys-cluster/hpl/hpl-2.0-r1.ebuild
index 2db92137a..0277ba9b0 100644
--- a/sys-cluster/hpl/hpl-2.0-r1.ebuild
+++ b/sys-cluster/hpl/hpl-2.0-r1.ebuild
@@ -15,11 +15,11 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc"
-DEPEND="
+RDEPEND="
$(mpi_pkg_deplist)
virtual/blas
virtual/lapack"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {