summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-05-28 06:17:26 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-05-28 06:17:26 +0000
commit1826a691eef08277e3c6b22efb822baca53204b4 (patch)
treea31829b07edd27b612d9129f4322728780c3dbfb /dev-lang
parentRemoving insecure version. (Manifest recommit) (diff)
downloadgentoo-2-1826a691eef08277e3c6b22efb822baca53204b4.tar.gz
gentoo-2-1826a691eef08277e3c6b22efb822baca53204b4.tar.bz2
gentoo-2-1826a691eef08277e3c6b22efb822baca53204b4.zip
Removing the f77 USE flag check - just giving a hint when no g77 found.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/R/ChangeLog5
-rw-r--r--dev-lang/R/R-1.9.0.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog
index 506f114b370d..df967b9d1fde 100644
--- a/dev-lang/R/ChangeLog
+++ b/dev-lang/R/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/R
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.21 2004/05/17 11:33:54 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.22 2004/05/28 06:17:26 phosphan Exp $
+
+ 28 May 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0.ebuild:
+ Removing the f77 USE flag check - just giving a hint when no g77 found.
17 May 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0.ebuild:
adding f77 to IUSE
diff --git a/dev-lang/R/R-1.9.0.ebuild b/dev-lang/R/R-1.9.0.ebuild
index 3fe57e762d64..de9bbed2ee4e 100644
--- a/dev-lang/R/R-1.9.0.ebuild
+++ b/dev-lang/R/R-1.9.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.4 2004/05/17 11:33:54 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-1.9.0.ebuild,v 1.5 2004/05/28 06:17:26 phosphan Exp $
-IUSE="atlas X tcltk gnome f77"
+IUSE="atlas X tcltk gnome"
DESCRIPTION="R is GNU S - A language and environment for statistical computing and graphics."
@@ -40,13 +40,8 @@ KEYWORDS="~x86 ~sparc ~ppc ~amd64"
pkg_setup() {
if [ -z $(which g77 2>/dev/null) ]; then
- if ! use f77; then
- eerror "g77 not found. Please re-emerge gcc with the USE flag"
- eerror "f77 set."
- else
eerror "g77 not found. Maybe the f77 USE flag was not set when"
eerror "you emerged gcc?"
- fi
die "need g77."
fi
}