Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain-binutils.eclass
Date: Fri, 06 Jun 2014 19:33:26
Message-Id: 20140606193322.9D55C2004E@flycatcher.gentoo.org
1 vapier 14/06/06 19:33:22
2
3 Modified: toolchain-binutils.eclass
4 Log:
5 fix IUSE sorting
6
7 Revision Changes Path
8 1.132 eclass/toolchain-binutils.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-binutils.eclass?rev=1.132&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-binutils.eclass?rev=1.132&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-binutils.eclass?r1=1.131&r2=1.132
13
14 Index: toolchain-binutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v
17 retrieving revision 1.131
18 retrieving revision 1.132
19 diff -u -r1.131 -r1.132
20 --- toolchain-binutils.eclass 6 Jan 2014 16:10:56 -0000 1.131
21 +++ toolchain-binutils.eclass 6 Jun 2014 19:33:22 -0000 1.132
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.131 2014/01/06 16:10:56 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.132 2014/06/06 19:33:22 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29 #
30 @@ -99,7 +99,7 @@
31 else
32 LICENSE="|| ( GPL-2 LGPL-2 )"
33 fi
34 -IUSE="cxx nls multitarget multislot static-libs test vanilla"
35 +IUSE="cxx multislot multitarget nls static-libs test vanilla"
36 if version_is_at_least 2.19 ; then
37 IUSE+=" zlib"
38 fi