aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 16:36:00 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 16:36:00 +0100
commitafe08669538c90a4f24d4aa8f158171f3d84295b (patch)
tree8c06dbd743d48e857cd82ef40ca545cf1c269549 /sci-libs/blas-reference/blas-reference-99999999.ebuild
parentsci-chemistry/burrow-owl: Bump to EPAI=5 and move to virtual/pkgconfig (diff)
downloadsci-afe08669538c90a4f24d4aa8f158171f3d84295b.tar.gz
sci-afe08669538c90a4f24d4aa8f158171f3d84295b.tar.bz2
sci-afe08669538c90a4f24d4aa8f158171f3d84295b.zip
sci-libs/blas-reference: Cleaned deps
Package-Manager: portage-2.2.0_alpha164
Diffstat (limited to 'sci-libs/blas-reference/blas-reference-99999999.ebuild')
-rw-r--r--sci-libs/blas-reference/blas-reference-99999999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-libs/blas-reference/blas-reference-99999999.ebuild b/sci-libs/blas-reference/blas-reference-99999999.ebuild
index 8fde80834..f8bcd6a34 100644
--- a/sci-libs/blas-reference/blas-reference-99999999.ebuild
+++ b/sci-libs/blas-reference/blas-reference-99999999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
+
inherit eutils toolchain-funcs cmake-utils alternatives-2 subversion
DESCRIPTION="Reference implementation of BLAS"
@@ -14,10 +15,6 @@ SLOT="0"
KEYWORDS=""
IUSE="static-libs test"
-RDEPEND="virtual/fortran"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
DOCS=( README )
S="${WORKDIR}/${MYP}"