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/gcc-3.3.6-r1.ebuild
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/gcc-3.3.6-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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