Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62261 | Differences between
and this patch

Collapse All | Expand All

(-)ufed (-1 / +1 lines)
Lines 510-516 Link Here
510
   # the associated flag is emabled
510
   # the associated flag is emabled
511
   my ($flag, $package);
511
   my ($flag, $package);
512
   my @flags;
512
   my @flags;
513
   open(FILE, '/etc/make.profile/use.defaults') or die ('couldn\'t open ' . "use.defaults");
513
   open(FILE, '/etc/make.profile/use.defaults');  
514
   while (<FILE>)
514
   while (<FILE>)
515
   {
515
   {

Return to bug 62261