diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-21 15:44:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-21 15:44:56 +0000 |
commit | 02120ae77396c85ae044787c8ccef4121a09eae8 (patch) | |
tree | f6c60c090ceb2171fb8f7b81b54fddb8707de750 /sci-libs | |
parent | Fixing up the metadata.xml. If there's no maintainer and no herd, also add th... (diff) | |
download | gentoo-2-02120ae77396c85ae044787c8ccef4121a09eae8.tar.gz gentoo-2-02120ae77396c85ae044787c8ccef4121a09eae8.tar.bz2 gentoo-2-02120ae77396c85ae044787c8ccef4121a09eae8.zip |
restore eselect-blas in RDEPEND
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-reference/blas-reference-20070226.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/blas-reference/blas-reference-20070226.ebuild b/sci-libs/blas-reference/blas-reference-20070226.ebuild index f4fd24ecf3b2..1a0628f7f2d7 100644 --- a/sci-libs/blas-reference/blas-reference-20070226.ebuild +++ b/sci-libs/blas-reference/blas-reference-20070226.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.16 2008/04/21 14:52:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.17 2008/04/21 15:44:56 bicatali Exp $ inherit eutils autotools fortran multilib flag-o-matic @@ -17,8 +17,8 @@ IUSE="doc" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" DEPEND="app-admin/eselect-blas" - -RDEPEND="doc? ( app-doc/blas-docs )" +RDEPEND="${DEPEND} + doc? ( app-doc/blas-docs )" S="${WORKDIR}/${LAPACKPN}-${LAPACKPV}" |