From 6d01bdcbe9141001a4c54cef474280446269ffc7 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Wed, 30 Jun 2004 22:48:55 +0000 Subject: Added amd64 dependency on dev-libs/libf2c-20021004-r1 and dev-lang/f2c. --- dev-lang/R/ChangeLog | 6 +++++- dev-lang/R/R-1.8.1.ebuild | 3 ++- dev-lang/R/R-1.9.0-r1.ebuild | 3 ++- dev-lang/R/R-1.9.0.ebuild | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) (limited to 'dev-lang/R') diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index c77c3af305ca..800494c14281 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/R # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.24 2004/06/24 22:54:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.25 2004/06/30 22:48:55 kugelfang Exp $ + + 01 Jul 2004; Danny van Dyk R-1.8.1.ebuild, + R-1.9.0-r1.ebuild, R-1.9.0.ebuild: + Fixed BUG #55386 for amd64. Pending for rest of arches. *R-1.9.0-r1 (05 Jun 2004) diff --git a/dev-lang/R/R-1.8.1.ebuild b/dev-lang/R/R-1.8.1.ebuild index a6233e4d9214..b46749f64ad2 100644 --- a/dev-lang/R/R-1.8.1.ebuild +++ b/dev-lang/R/R-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.8.1.ebuild,v 1.6 2004/06/24 22:54:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.8.1.ebuild,v 1.7 2004/06/30 22:48:55 kugelfang Exp $ IUSE="atlas X tcltk gnome" @@ -22,6 +22,7 @@ DEPEND="virtual/glibc x86? ( atlas? ( dev-libs/atlas ) ) sparc? ( atlas? ( dev-libs/atlas ) ) ~amd64? ( atlas? ( dev-libs/atlas ) ) + ~amd64? ( !f77? ( dev-lang/f2c >=dev-libs/libf2c-20021004-r1 ) ) X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 diff --git a/dev-lang/R/R-1.9.0-r1.ebuild b/dev-lang/R/R-1.9.0-r1.ebuild index b9066c6383e4..d42cada4c339 100644 --- a/dev-lang/R/R-1.9.0-r1.ebuild +++ b/dev-lang/R/R-1.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0-r1.ebuild,v 1.2 2004/06/24 22:54:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0-r1.ebuild,v 1.3 2004/06/30 22:48:55 kugelfang Exp $ IUSE="atlas X tcltk gnome zlib bzlib pcre" @@ -22,6 +22,7 @@ DEPEND="virtual/glibc x86? ( atlas? ( dev-libs/atlas ) ) sparc? ( atlas? ( dev-libs/atlas ) ) ~amd64? ( atlas? ( dev-libs/atlas ) ) + ~amd64? ( !f77? ( dev-lang/f2c >=dev-libs/libf2c-20021004-r1) ) X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) pcre? ( dev-libs/libpcre ) diff --git a/dev-lang/R/R-1.9.0.ebuild b/dev-lang/R/R-1.9.0.ebuild index 95f7848aae0b..05ec5fc86de7 100644 --- a/dev-lang/R/R-1.9.0.ebuild +++ b/dev-lang/R/R-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0.ebuild,v 1.6 2004/06/24 22:54:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0.ebuild,v 1.7 2004/06/30 22:48:55 kugelfang Exp $ IUSE="atlas X tcltk gnome" @@ -22,6 +22,7 @@ DEPEND="virtual/glibc x86? ( atlas? ( dev-libs/atlas ) ) sparc? ( atlas? ( dev-libs/atlas ) ) ~amd64? ( atlas? ( dev-libs/atlas ) ) + ~amd64? ( !f77? ( dev-lang/f2c >=dev-libs/libf2c-20021004-r1 ) ) X? ( virtual/x11 ) tcltk? ( dev-lang/tk ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 -- cgit v1.2.3-65-gdbad