diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-15 20:21:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-15 20:21:44 +0000 |
commit | fdc87e20ec94a2917c84b73ba1a7c42888b1fbe8 (patch) | |
tree | cee20408e21441916765b639f91e8b4a4a8e6bb7 /sys-devel | |
parent | require gcc-config-1.5+ now that everyone is stable (has ABI CFLAGS fixes and... (diff) | |
download | gentoo-2-fdc87e20ec94a2917c84b73ba1a7c42888b1fbe8.tar.gz gentoo-2-fdc87e20ec94a2917c84b73ba1a7c42888b1fbe8.tar.bz2 gentoo-2-fdc87e20ec94a2917c84b73ba1a7c42888b1fbe8.zip |
Drop gcc-config dep now that the toolchain.eclass forces it.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.0.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.2.ebuild | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 4d9bf847755a..b6975781002e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.864 2012/03/10 16:28:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.865 2012/03/15 20:21:44 vapier Exp $ + + 15 Mar 2012; Mike Frysinger <vapier@gentoo.org> gcc-4.6.0.ebuild, + gcc-4.6.1-r1.ebuild, gcc-4.6.2.ebuild: + Drop gcc-config dep now that the toolchain.eclass forces it. 10 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gcc-4.4.6-r1.ebuild: x86 stable wrt bug #405849 diff --git a/sys-devel/gcc/gcc-4.6.0.ebuild b/sys-devel/gcc/gcc-4.6.0.ebuild index 6cbc56d92d80..d1844f116123 100644 --- a/sys-devel/gcc/gcc-4.6.0.ebuild +++ b/sys-devel/gcc/gcc-4.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.7 2011/12/03 20:28:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.8 2012/03/15 20:21:44 vapier Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -29,7 +29,6 @@ DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 ) amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) >=${CATEGORY}/binutils-2.18" -PDEPEND="go? ( >=sys-devel/gcc-config-1.5 )" if [[ ${CATEGORY} != cross-* ]] ; then PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )" diff --git a/sys-devel/gcc/gcc-4.6.1-r1.ebuild b/sys-devel/gcc/gcc-4.6.1-r1.ebuild index fff785e92041..77dbc94b1b54 100644 --- a/sys-devel/gcc/gcc-4.6.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.6.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild,v 1.4 2011/12/03 20:28:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild,v 1.5 2012/03/15 20:21:44 vapier Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -29,7 +29,6 @@ DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 ) amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) >=${CATEGORY}/binutils-2.18" -PDEPEND="go? ( >=sys-devel/gcc-config-1.5 )" if [[ ${CATEGORY} != cross-* ]] ; then PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )" diff --git a/sys-devel/gcc/gcc-4.6.2.ebuild b/sys-devel/gcc/gcc-4.6.2.ebuild index 5a54a4193808..697cea432914 100644 --- a/sys-devel/gcc/gcc-4.6.2.ebuild +++ b/sys-devel/gcc/gcc-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.8 2012/02/20 05:11:27 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 2012/03/15 20:21:44 vapier Exp $ PATCH_VER="1.4" UCLIBC_VER="1.0" @@ -29,7 +29,6 @@ DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 ) amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) >=${CATEGORY}/binutils-2.18" -PDEPEND="go? ( >=sys-devel/gcc-config-1.5 )" if [[ ${CATEGORY} != cross-* ]] ; then PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )" |