diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-08 00:22:09 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-08 00:22:09 +0000 |
commit | 4f1a0682881208906b0cb190be4b056fb834483e (patch) | |
tree | 6a5cdfbd250c8809009480a3794d2d40662275bc /profiles/default-linux/ppc/2004.3 | |
parent | Stable on x86 per security bug #70240 (diff) | |
download | historical-4f1a0682881208906b0cb190be4b056fb834483e.tar.gz historical-4f1a0682881208906b0cb190be4b056fb834483e.tar.bz2 historical-4f1a0682881208906b0cb190be4b056fb834483e.zip |
f77 -> fortran f77 in all profiles
Diffstat (limited to 'profiles/default-linux/ppc/2004.3')
-rw-r--r-- | profiles/default-linux/ppc/2004.3/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/ppc/2004.3/make.defaults b/profiles/default-linux/ppc/2004.3/make.defaults index 079db64ff766..84912f97ebcd 100644 --- a/profiles/default-linux/ppc/2004.3/make.defaults +++ b/profiles/default-linux/ppc/2004.3/make.defaults @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.3/make.defaults,v 1.5 2004/10/28 19:35:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2004.3/make.defaults,v 1.6 2004/11/08 00:22:08 lv Exp $ ARCH="ppc" ACCEPT_KEYWORDS="ppc" -USE="bitmap-fonts dvd gif jpeg nls png ppc truetype f77" +USE="bitmap-fonts dvd gif jpeg nls png ppc truetype fortran f77" FEATURES="sandbox sfperms" |