summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-14 16:47:01 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-14 16:47:01 +0000
commit1546e040ef4e404200f928793fcc4165ec8be2fb (patch)
tree7a17cb7d88c9f633d294ebb21893229010dbb0be /sys-devel/gcc
parentEAPI=5 (diff)
downloadgentoo-2-1546e040ef4e404200f928793fcc4165ec8be2fb.tar.gz
gentoo-2-1546e040ef4e404200f928793fcc4165ec8be2fb.tar.bz2
gentoo-2-1546e040ef4e404200f928793fcc4165ec8be2fb.zip
Drop residual USE=build references #549310 by Bertrand Jacquin.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/gcc-3.3.6-r1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.4.6-r2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 1b4bebdecfb9..747d05174810 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1075 2015/05/13 09:39:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1076 2015/05/14 16:47:01 vapier Exp $
+
+ 14 May 2015; Mike Frysinger <vapier@gentoo.org> gcc-3.3.6-r1.ebuild,
+ gcc-3.4.6-r2.ebuild:
+ Drop residual USE=build references #549310 by Bertrand Jacquin.
13 May 2015; Agostino Sarubbo <ago@gentoo.org> gcc-4.7.4.ebuild:
Stable for x86, wrt bug #548802
diff --git a/sys-devel/gcc/gcc-3.3.6-r1.ebuild b/sys-devel/gcc/gcc-3.3.6-r1.ebuild
index 7d02816dd3f3..4a114eb320ac 100644
--- a/sys-devel/gcc/gcc-3.3.6-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.3.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.29 2015/05/05 06:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.30 2015/05/14 16:47:01 vapier Exp $
EAPI="5"
@@ -31,7 +31,7 @@ src_prepare() {
# Anything useful and objc will require libffi. Seriously. Lets just force
# libffi to install with USE="objc", even though it normally only installs
# if you attempt to build gcj.
- if ! use build && use objc && ! use gcj ; then
+ if use objc && ! use gcj ; then
epatch "${FILESDIR}"/3.3.4/libffi-without-libgcj.patch
#epatch "${FILESDIR}"/3.4.3/libffi-nogcj-lib-path-fix.patch
fi
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild
index 40426000c7af..d9451f98ffc1 100644
--- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild
+++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.41 2015/05/05 06:53:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.42 2015/05/14 16:47:01 vapier Exp $
EAPI="5"
@@ -30,7 +30,7 @@ src_prepare() {
# Anything useful and objc will require libffi. Seriously. Lets just force
# libffi to install with USE="objc", even though it normally only installs
# if you attempt to build gcj.
- if ! use build && use objc && ! use gcj ; then
+ if use objc && ! use gcj ; then
epatch "${FILESDIR}"/3.4.3/libffi-without-libgcj.patch
#epatch ${FILESDIR}/3.4.3/libffi-nogcj-lib-path-fix.patch
fi