First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 104490
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stefan Briesenick <sbriesen@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 104490 depends on: Show dependency tree
Bug 104490 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-01 08:16 0000
ok, lets check relevant parts of the mc-4.6.0-r14 ebuild:  
  
IUSE="7zip X gpm ncurses nls pam samba slang unicode"  
[..]  
DEPEND="  
    slang? ( >=sys-libs/slang-1.4.9-r1 )  
    unicode? ( >=sys-libs/slang-1.4.9-r1 )  
"  
[..]  
    if use unicode && use slang; then  
        epatch ${FILESDIR}/${P}-utf8.patch.bz2  
    fi  
  
  
the 'unicode' USE-flag is only relevant if you also select 'slang'. Obviously  
the DEPEND clause is wrong then. It depends on slang w/o any reason to do so. 
 
Just remove the "unicode? ( >=sys-libs/slang-1.4.9-r1 )" line from DEPEND and 
everything compiles fine. 
 

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Stefan Briesenick 2005-09-01 13:44:41 0000 -------
fixed it myself. ;-) 
 

First Last Prev Next    No search results available      Search page      Enter new bug