Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104490 - app-misc/mc -> dependencies are wrong for slang/unicode
Summary: app-misc/mc -> dependencies are wrong for slang/unicode
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 08:16 UTC by Stefan Briesenick (RETIRED)
Modified: 2009-08-05 11:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Briesenick (RETIRED) gentoo-dev 2005-09-01 08:16:18 UTC
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 Stefan Briesenick (RETIRED) gentoo-dev 2005-09-01 13:44:41 UTC
fixed it myself. ;-)