diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-20 22:49:58 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-20 22:49:58 +0000 |
commit | bc39a2634a10734d7e488fb46d65e3bb6dd0169c (patch) | |
tree | 8870a95fc42272fc594164126ae15e1de65275da /sci-libs | |
parent | Missing a keyword. (diff) | |
download | gentoo-2-bc39a2634a10734d7e488fb46d65e3bb6dd0169c.tar.gz gentoo-2-bc39a2634a10734d7e488fb46d65e3bb6dd0169c.tar.bz2 gentoo-2-bc39a2634a10734d7e488fb46d65e3bb6dd0169c.zip |
Stop using the old eselect module, since it's getting replaced with a new one. Just use blas-config.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index e5b303a63ef1..942fd178ce71 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.30 2006/08/17 18:22:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.31 2006/08/20 22:49:58 dberkholz Exp $ + + 20 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; + blas-atlas-3.7.11.ebuild: + Stop using the old eselect module, since it's getting replaced with a new + one. Just use blas-config. 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; blas-atlas-3.6.0-r2.ebuild, blas-atlas-3.7.11-r1.ebuild: diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild index a5ed9773eea6..8f3abedcbb4f 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.9 2006/08/04 13:31:40 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.10 2006/08/20 22:49:58 dberkholz Exp $ inherit eutils toolchain-funcs fortran @@ -16,9 +16,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" -DEPEND="app-admin/eselect +RDEPEND="sci-libs/blas-config" +DEPEND="${RDEPEND} >=sys-devel/libtool-1.5" -RDEPEND="app-admin/eselect" PROVIDE="virtual/blas" @@ -179,9 +179,9 @@ src_install () { pkg_postinst() { if [ -d "${RPATH}"/threaded-atlas ] then - /usr/bin/eselect blas set threaded-ATLAS + ${DESTTREE}/bin/blas-config threaded-ATLAS else - /usr/bin/eselect blas set ATLAS + ${DESTTREE}/bin/blas-config ATLAS fi einfo |