From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-124581-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QZQAp-0008Q9-5L
	for garchives@archives.gentoo.org; Wed, 22 Jun 2011 16:21:03 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 720201C0EB;
	Wed, 22 Jun 2011 16:18:31 +0000 (UTC)
Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4607C1C0EB
	for <gentoo-user@lists.gentoo.org>; Wed, 22 Jun 2011 16:18:31 +0000 (UTC)
Received: by qwb7 with SMTP id 7so636173qwb.40
        for <gentoo-user@lists.gentoo.org>; Wed, 22 Jun 2011 09:18:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:content-type:content-transfer-encoding;
        bh=Ia3aQIxX859AYF5ih8QyUIgEExxeQ4QFDTqmF+QY1wg=;
        b=LU/LjEbzq0V/gyaUqOIz2klcBJ2rHJ3rQP4MmIJqzw/qnRQXAtWPnX99ATZ/iahFYR
         cd8Bm/+uGy3Y4lnUu93+JPnmqMaWfYOcnl1ww4iIXP7s0huuM1vETKWQO6xBDV/aqAN4
         35L9xEniLyq2DfbvaTiBnG2gp6IvtryXT9ZPY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=kxdZrN9eKHPhwFcJLWszmEZTFjEf3rs6+BybHjyoRXTj7WR7vhPuwgPT9PU6zQaJ6w
         xwvonsnbRMBybNd5W41a7Ipm/AkAGQLq889TEMIh7inTwe2zmFq3L77FzqZ2QMFLYFsH
         PkEgFb5gmrmuUtQsithIBkuujbyjbyAvOK6XY=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.224.195.198 with SMTP id ed6mr718890qab.228.1308759510695;
 Wed, 22 Jun 2011 09:18:30 -0700 (PDT)
Received: by 10.224.61.14 with HTTP; Wed, 22 Jun 2011 09:18:30 -0700 (PDT)
In-Reply-To: <4E020F32.1040209@gmail.com>
References: <4E0167C4.9080100@gmail.com>
	<BANLkTi=+EXGRUvnG6FOxRWRcE5f1OB9qDQ@mail.gmail.com>
	<201106221525.47375.michaelkintzios@gmail.com>
	<BANLkTinoA86EerBC2O_3HxQpfkL2JnKjNA@mail.gmail.com>
	<4E020F32.1040209@gmail.com>
Date: Wed, 22 Jun 2011 09:18:30 -0700
Message-ID: <BANLkTi=K97Ex_brA9VKcNmaRh_MM2dzTpg@mail.gmail.com>
Subject: Re: [gentoo-user] Do we have to build gcc with fortran now?
From: Mark Knecht <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: ff9fe809909863c5089b68e2fec37b71

On Wed, Jun 22, 2011 at 8:50 AM, Dale <rdalek1967@gmail.com> wrote:
> Mark Knecht wrote:
>>
>> I guess I can stop playing scaredicat and remove it. :-)
>>
>> - Mark
>>
>>
>>
>
> I think the dev added it back. =C2=A0So, if you really don't need it, put=
 the
> minus sign in front.
>
> If you use KDE like me, be prepared to put the thing back tho. =C2=A0Some=
 KDE
> packages depend on things that seem to need it enabled.
>
> I just love running in circles.
>
> Dale

Actually, for me it's a non-issue. I've had it in all along. Even when
I remove it from make.conf and package.use it still shows up in gcc:

c2stable ~ # emerge -pv gcc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] sys-devel/gcc-4.4.5  USE=3D"fortran gtk mudflap
(multilib) nls nptl openmp (-altivec) -bootstrap -build -doc
(-fixed-point) -gcj -graphite (-hardened) (-libffi) -multislot -nocxx
-nopie -nossp -objc -objc++ -objc-gc -test -vanilla (-n32%) (-n64%)"
61,647 kB

Total: 1 package (1 reinstall), Size of downloads: 61,647 kB
c2stable ~ #

so nothing is getting rebuilt on my system by removing it. As not
every system here uses the KDE profile I'll investigate removing it
later, or just leave it in case they start using KDE.

Cheers,
Mark