diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:43:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:43:02 +0000 |
commit | ea31b04f7707137c8ce55ce0bc45b3ecef723150 (patch) | |
tree | 5295d98a5148e9fed7f517d6e2718144780565c7 /sci-libs/cbflib | |
parent | amd64 stable, bug 366805 (diff) | |
download | historical-ea31b04f7707137c8ce55ce0bc45b3ecef723150.tar.gz historical-ea31b04f7707137c8ce55ce0bc45b3ecef723150.tar.bz2 historical-ea31b04f7707137c8ce55ce0bc45b3ecef723150.zip |
Add dependency on virtual/fortran
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.8.1-r7.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.0-r3.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index ee9ed42f8950..451b89d6c7d1 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.16 2011/06/21 08:21:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.17 2011/06/21 15:41:23 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cbflib-0.8.1-r7.ebuild, + cbflib-0.9.0-r3.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cbflib-0.8.1-r7.ebuild, cbflib-0.9.0-r3.ebuild: diff --git a/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild b/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild index 83974a48466d..4580116ec7e8 100644 --- a/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild +++ b/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild,v 1.2 2011/06/21 08:21:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild,v 1.3 2011/06/21 15:41:23 jlec Exp $ EAPI="3" @@ -23,8 +23,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -#RDEPEND="" -#DEPEND="test? ( sys-process/time )" +DEPEND="virtual/fortran " +RDEPEND="${DEPEND}" +#test? ( sys-process/time )" S="${WORKDIR}/${MY_P1}" diff --git a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild index 1c5272ce95e5..bc6c390ca047 100644 --- a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.4 2011/06/21 08:21:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.5 2011/06/21 15:41:23 jlec Exp $ EAPI="3" @@ -28,8 +28,9 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="doc python" -#RDEPEND="" -#DEPEND="test? ( sys-process/time )" +DEPEND="virtual/fortran " +RDEPEND="${DEPEND}" +#test? ( sys-process/time )" S="${WORKDIR}/${MY_P1}" |