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

Collapse All | Expand All

(-)/usr/portage/net-proxy/c-icap/c-icap-0.2.6.ebuild (-5 / +1 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="5"
4
EAPI="5"
Lines 26-35 Link Here
26
26
27
S="${WORKDIR}/${MY_P}"
27
S="${WORKDIR}/${MY_P}"
28
28
29
src_prepare() {
30
	epatch "${FILESDIR}"/c-icap-0.2.6-fix-icap-parsing.patch
31
}
32
33
src_configure() {
29
src_configure() {
34
	# some void *** pointers get casted around and can be troublesome to
30
	# some void *** pointers get casted around and can be troublesome to
35
	# fix properly.
31
	# fix properly.

Return to bug 554488