aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 17:01:23 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 17:01:23 +0100
commitf54c30cc3e1f6c970b7519410fb703f439746f92 (patch)
tree778f18821ff02ac4e509d0cfeb88b8604326c70c /sys-cluster/hpl
parentsci-libs/lemon: Move to EAPI=5; sort *DEPEND correctly (diff)
downloadsci-f54c30cc3e1f6c970b7519410fb703f439746f92.tar.gz
sci-f54c30cc3e1f6c970b7519410fb703f439746f92.tar.bz2
sci-f54c30cc3e1f6c970b7519410fb703f439746f92.zip
sys-cluster/hpl: Sort *DEPEND correctly
Package-Manager: portage-2.2.0_alpha164
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() {