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

Collapse All | Expand All

(-)uclibc-0.9.33.2.ebuild (-2 / +2 lines)
Lines 28-34 Link Here
28
28
29
LICENSE="LGPL-2"
29
LICENSE="LGPL-2"
30
SLOT="0"
30
SLOT="0"
31
IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only"
31
IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only vanilla"
32
RESTRICT="strip"
32
RESTRICT="strip"
33
33
34
S=${WORKDIR}/${MY_P}
34
S=${WORKDIR}/${MY_P}
Lines 254-260 Link Here
254
		unpack ${A}
254
		unpack ${A}
255
	fi
255
	fi
256
	cd "${S}"
256
	cd "${S}"
257
	if [[ -n ${PATCH_VER} ]] ; then
257
	if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then
258
		EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
258
		EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
259
	fi
259
	fi
260
260

Return to bug 423491