Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307833 - dev-vcs/subversion-1.6.9[kde,-nls] should autoenable nls
Summary: dev-vcs/subversion-1.6.9[kde,-nls] should autoenable nls
Status: RESOLVED DUPLICATE of bug 330941
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: python-overlay
Keywords: InOverlay, InVCS
Depends on:
Blocks:
 
Reported: 2010-03-05 00:11 UTC by Daniel Black (RETIRED)
Modified: 2011-08-19 10:48 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 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 ***