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

Collapse All | Expand All

(-)/usr/portage/dev-util/re2c/re2c-0.9.11.ebuild (-1 / +2 lines)
Lines 12-18 Link Here
12
12
13
LICENSE="public-domain"
13
LICENSE="public-domain"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~ppc ~ppc64 ~sparc ~x86"
15
KEYWORDS="~ppc ~ppc64 ~sparc ~x86 ~amd64"
16
IUSE=""
16
IUSE=""
17
17
18
RDEPEND="virtual/libc"
18
RDEPEND="virtual/libc"
Lines 24-29 Link Here
24
	unpack ${A} || die
24
	unpack ${A} || die
25
	# Fix permissions
25
	# Fix permissions
26
	chmod -R u+rw ${S}
26
	chmod -R u+rw ${S}
27
	epatch ${FILESDIR}/re2c-0.9.11-gcc41.patch
27
}
28
}
28
29
29
src_compile() {
30
src_compile() {

Return to bug 126269