Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/
Date: Mon, 29 Oct 2012 22:33:45
Message-Id: 1351549995.a1c32e3b36bbff713c55d26f2cdd4b72d8d35d42.zorry@gentoo
1 commit: a1c32e3b36bbff713c55d26f2cdd4b72d8d35d42
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 29 22:33:15 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 22:33:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a1c32e3b
7
8 Update gcc to 4.8 2012-10-28
9
10 ---
11 sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild | 20 ++++++++++++++++++++
12 1 files changed, 20 insertions(+), 0 deletions(-)
13
14 diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild
15 new file mode 100644
16 index 0000000..0e02680
17 --- /dev/null
18 +++ b/sys-devel/gcc/gcc-4.8.0_alpha20121028.ebuild
19 @@ -0,0 +1,20 @@
20 +# Copyright 1999-2012 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 2012/03/15 20:21:44 vapier Exp $
23 +EAPI=4
24 +
25 +#PATCH_VER="1.0"
26 +
27 +inherit toolchain
28 +
29 +KEYWORDS=""
30 +
31 +RDEPEND=""
32 +DEPEND="${RDEPEND}
33 + elibc_glibc? ( >=sys-libs/glibc-2.12 )
34 + amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
35 + >=${CATEGORY}/binutils-2.18"
36 +
37 +if [[ ${CATEGORY} != cross-* ]] ; then
38 + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.12 )"
39 +fi