Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268343 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-devel/gcc/gcc-4.3.3-r2.ebuild (-1 / +7 lines)
Lines 28-34 Link Here
28
DESCRIPTION="The GNU Compiler Collection.  Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
28
DESCRIPTION="The GNU Compiler Collection.  Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
29
29
30
LICENSE="GPL-2 LGPL-2.1"
30
LICENSE="GPL-2 LGPL-2.1"
31
KEYWORDS="~ppc-aix ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31
KEYWORDS="~ppc-aix ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32
32
33
RDEPEND=">=sys-libs/zlib-1.1.4
33
RDEPEND=">=sys-libs/zlib-1.1.4
34
	>=sys-devel/gcc-config-1.4
34
	>=sys-devel/gcc-config-1.4
Lines 101-106 Link Here
101
	# gcc sources are polluted with old stuff for interix 3.5 not needed here
101
	# gcc sources are polluted with old stuff for interix 3.5 not needed here
102
	epatch "${FILESDIR}"/4.2.2/interix-3.5-x86.patch
102
	epatch "${FILESDIR}"/4.2.2/interix-3.5-x86.patch
103
103
104
        if [[ ${CHOST} == *-mint* ]] ; then
105
	        epatch "${FILESDIR}"/4.3.2/gcc-4.3.2-mint.patch
106
	        epatch "${FILESDIR}"/4.3.2/gcc-4.3.2-mint2.patch
107
	        epatch "${FILESDIR}"/4.3.2/gcc-4.3.2-mint3.patch
108
	fi
109
104
	epatch "${FILESDIR}"/gcj-4.3.1-iconvlink.patch
110
	epatch "${FILESDIR}"/gcj-4.3.1-iconvlink.patch
105
111
106
	use vanilla && return 0
112
	use vanilla && return 0

Return to bug 268343