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 | |
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')
-rw-r--r-- | sci-libs/clapack/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/clapack/clapack-3.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/clapack/clapack-3.2.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/clapack/ChangeLog b/sci-libs/clapack/ChangeLog index 59fbb1e2ca39..194d050bcc25 100644 --- a/sci-libs/clapack/ChangeLog +++ b/sci-libs/clapack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/clapack # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.2 2010/03/18 20:46:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.3 2010/03/31 19:46:29 jlec Exp $ + + 31 Mar 2010; Justin Lecher <jlec@gentoo.org> clapack-3.2.1.ebuild, + clapack-3.2.1-r1.ebuild: + [static] -> [statis-libs], as consequence of #312465 *clapack-3.2.1-r1 (18 Mar 2010) diff --git a/sci-libs/clapack/clapack-3.2.1-r1.ebuild b/sci-libs/clapack/clapack-3.2.1-r1.ebuild index 5ceabbd40ad2..c2a0b4e3476d 100644 --- a/sci-libs/clapack/clapack-3.2.1-r1.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r1.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-r1.ebuild,v 1.1 2010/03/18 20:46:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r1.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} 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} |