diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:41:34 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:41:34 +0000 |
commit | 5dce97a336fc9f519cf27318969505cf12b0dba4 (patch) | |
tree | beda026b4821181649c0b8c5aed65437018c0fea /sci-libs/buddy | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-5dce97a336fc9f519cf27318969505cf12b0dba4.tar.gz gentoo-2-5dce97a336fc9f519cf27318969505cf12b0dba4.tar.bz2 gentoo-2-5dce97a336fc9f519cf27318969505cf12b0dba4.zip |
Add dependency on virtual/fortran
(Portage version: 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 \ |