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

Bug 407045

Summary: net-p2p/transmission-2.50-r1: Remove useless USE="nls" since it's always required anyways
Product: Gentoo Linux Reporter: Luis Carrera <luis.ernesto.cr>
Component: Current packagesAssignee: Peter Volkov (RETIRED) <pva>
Status: RESOLVED FIXED    
Severity: minor CC: luis.ernesto.cr, net-p2p, ssuominen
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Luis Carrera 2012-03-06 00:12:11 UTC
Emerging transmission-2.50-r1 with the following flags:

[ebuild   R    ] net-p2p/transmission-2.50-r1  USE="gtk (-ayatana) -lightweight -nls* -qt4 -xfs" LINGUAS="-en -es -kk -lt -pt_BR -ru" 0 kB

gives de following error:


checking supported miniupnp library... 1.6
configure: error: "The gtk client cannot be built without nls support.  Try adding either --enable-nls or --without-gtk" 



It compiles either way: (-gtk -nls) & (gtk nls).
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-06 09:28:42 UTC
+  06 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+  transmission-2.50-r1.ebuild, transmission-9999.ebuild:
+  Remove pointless USE="nls" wrt #407045 by Luis Carrera