diff options
author | 2006-10-26 23:57:01 +0000 | |
---|---|---|
committer | 2006-10-26 23:57:01 +0000 | |
commit | be46801751a79a1d4e33002f2629275a93c1fad7 (patch) | |
tree | bf6318f029af78730204a58c73c2a4fee917d9b9 /sys-devel | |
parent | remove emul-linux-x86 use flag (diff) | |
download | gentoo-2-be46801751a79a1d4e33002f2629275a93c1fad7.tar.gz gentoo-2-be46801751a79a1d4e33002f2629275a93c1fad7.tar.bz2 gentoo-2-be46801751a79a1d4e33002f2629275a93c1fad7.zip |
remove unused emul-linux-x86 use flag
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 49e0badf4fbc..d869a8f6920f 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.575 2006/10/22 01:56:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.576 2006/10/26 23:57:01 blubb Exp $ + + 26 Oct 2006; <blubb@gentoo.org> gcc-3.3.2-r7.ebuild, gcc-3.4.1-r3.ebuild: + remove unused emul-linux-x86 use flag *gcc-4.2.0_alpha20061014 (22 Oct 2006) diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild index e5c609b99137..99450881d64b 100644 --- a/sys-devel/gcc/gcc-3.3.2-r7.ebuild +++ b/sys-devel/gcc/gcc-3.3.2-r7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.29 2006/08/14 16:32:23 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.30 2006/10/26 23:57:01 blubb Exp $ -IUSE="static nls bootstrap java build X multilib gcj emul-linux-x86" +IUSE="static nls bootstrap java build X multilib gcj" inherit eutils flag-o-matic libtool versionator diff --git a/sys-devel/gcc/gcc-3.4.1-r3.ebuild b/sys-devel/gcc/gcc-3.4.1-r3.ebuild index 8c3d36ae8de2..b8556e47d789 100644 --- a/sys-devel/gcc/gcc-3.4.1-r3.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.25 2006/08/14 16:32:23 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.26 2006/10/26 23:57:01 blubb Exp $ -IUSE="static nls bootstrap build multilib gcj gtk fortran objc hardened n32 n64 emul-linux-x86" +IUSE="static nls bootstrap build multilib gcj gtk fortran objc hardened n32 n64" inherit eutils flag-o-matic libtool gnuconfig versionator |