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/buddy | |
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/buddy')
-rw-r--r-- | sci-libs/buddy/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.2.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/buddy/buddy-2.4.ebuild | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/sci-libs/buddy/ChangeLog b/sci-libs/buddy/ChangeLog index 80c90fdea017..259ba385a201 100644 --- a/sci-libs/buddy/ChangeLog +++ b/sci-libs/buddy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/buddy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.10 2011/06/21 08:20:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/ChangeLog,v 1.11 2011/06/21 15:41:34 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> buddy-2.2.ebuild, + buddy-2.4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> buddy-2.4.ebuild: Added fortran-2.eclass support diff --git a/sci-libs/buddy/buddy-2.2.ebuild b/sci-libs/buddy/buddy-2.2.ebuild index a013d2c2a0f1..8b7809c19384 100644 --- a/sci-libs/buddy/buddy-2.2.ebuild +++ b/sci-libs/buddy/buddy-2.2.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/buddy/buddy-2.2.ebuild,v 1.4 2011/06/02 07:29:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.2.ebuild,v 1.5 2011/06/21 15:41:34 jlec Exp $ DESCRIPTION="Binary Decision Diagram Package" HOMEPAGE="http://www.itu.dk/research/buddy/" @@ -11,6 +11,11 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" +DEPEND=" + virtual/fortran + " +RDEPEND="${DEPEND}" + S=${WORKDIR}/buddy22 src_compile() { diff --git a/sci-libs/buddy/buddy-2.4.ebuild b/sci-libs/buddy/buddy-2.4.ebuild index 2837bd5214ac..990451166bb6 100644 --- a/sci-libs/buddy/buddy-2.4.ebuild +++ b/sci-libs/buddy/buddy-2.4.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/buddy/buddy-2.4.ebuild,v 1.7 2011/06/21 08:20:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/buddy/buddy-2.4.ebuild,v 1.8 2011/06/21 15:41:34 jlec Exp $ EAPI=4 @@ -15,6 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" IUSE="examples" +DEPEND=" + virtual/fortran + " +RDEPEND="${DEPEND}" + src_prepare() { epatch \ "${FILESDIR}"/${P}-gcc43.patch \ |