diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-31 19:46:29 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-31 19:46:29 +0000 |
commit | 0f92b415cb654f20271c908162aeaf3d1ff94012 (patch) | |
tree | 4ade40a4bfc2e3a38801740439d5d653f6598815 /sci-libs/clapack/clapack-3.2.1.ebuild | |
parent | USE static -> statis-libs, #312465 (diff) | |
download | gentoo-2-0f92b415cb654f20271c908162aeaf3d1ff94012.tar.gz gentoo-2-0f92b415cb654f20271c908162aeaf3d1ff94012.tar.bz2 gentoo-2-0f92b415cb654f20271c908162aeaf3d1ff94012.zip |
[static] -> [statis-libs], as consequence of #312465
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clapack/clapack-3.2.1.ebuild')
-rw-r--r-- | sci-libs/clapack/clapack-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/clapack/clapack-3.2.1.ebuild b/sci-libs/clapack/clapack-3.2.1.ebuild index 9a5be751818f..a1dce61dc6de 100644 --- a/sci-libs/clapack/clapack-3.2.1.ebuild +++ b/sci-libs/clapack/clapack-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1.ebuild,v 1.1 2010/03/04 09:57:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1.ebuild,v 1.2 2010/03/31 19:46:29 jlec Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-libs/libf2c-20081126[static]" +RDEPEND=">=dev-libs/libf2c-20081126[static-libs]" DEPEND="${RDEPEND}" S="${WORKDIR}"/CLAPACK-${PV} |