diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-10-04 06:50:24 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-10-04 06:50:24 +0000 |
commit | 1b855d06994fb77c546a35a07d5c81d45d496107 (patch) | |
tree | 067625d3d0afc18cc727099ac66d9ea1cd815d82 /profiles/prefix/mint | |
parent | Check if ${ROOT} is / or not before executing the -lffi sanity link check wrt... (diff) | |
download | historical-1b855d06994fb77c546a35a07d5c81d45d496107.tar.gz historical-1b855d06994fb77c546a35a07d5c81d45d496107.tar.bz2 historical-1b855d06994fb77c546a35a07d5c81d45d496107.zip |
Drop ${USE} from first assignment, bug #437086
Diffstat (limited to 'profiles/prefix/mint')
-rw-r--r-- | profiles/prefix/mint/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/prefix/mint/make.defaults b/profiles/prefix/mint/make.defaults index f9b64fc924b4..6791a620734d 100644 --- a/profiles/prefix/mint/make.defaults +++ b/profiles/prefix/mint/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/make.defaults,v 1.4 2011/12/31 09:13:00 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/make.defaults,v 1.5 2012/10/04 06:50:24 grobian Exp $ # System-wide defaults for all MiNT profiles # This file should rarely need to be changed @@ -9,4 +9,4 @@ ELIBC="mintlib" KERNEL="freemint" -USE="${USE} fortran mudflap static-libs" +USE="fortran mudflap static-libs" |