Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 307833

Summary: dev-vcs/subversion-1.6.9[kde,-nls] should autoenable nls
Product: Gentoo Linux Reporter: Daniel Black (RETIRED) <dragonheart>
Component: [OLD] UnspecifiedAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: InOverlay, InVCS
Priority: High    
Version: 2008.0_beta2   
Hardware: All   
OS: Linux   
Whiteboard: python-overlay
Package list:
Runtime testing required: ---

Description Daniel Black (RETIRED) gentoo-dev 2010-03-05 00:11:57 UTC
To avoid compile failures:

        if use kde && ! use nls; then
                eerror "Support for KWallet (KDE) requires Native Language Support (NLS)."
                die "Enable \"nls\" USE flag"
        fi


Could be replaced with some logic that enables nls if kde is specified.

if use kde || use  nls; then
 myconf+=" --enable-nls"
else
 myconf+=" --disable-nls"
fi
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-29 20:29:55 UTC
Fixed in python overlay using REQUIRED_USE.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2011-08-19 10:48:53 UTC
This has been done in 1.6.17-r2. Sorry, I saw Jeroen's bug before I saw yours.

*** This bug has been marked as a duplicate of bug 330941 ***