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

Collapse All | Expand All

(-)enca-1.13-r2.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit toolchain-funcs autotools-utils
7
inherit eutils toolchain-funcs autotools-utils
8
8
9
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
9
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
10
HOMEPAGE="http://gitorious.org/enca"
10
HOMEPAGE="http://gitorious.org/enca"
Lines 18-23 Link Here
18
DEPEND="recode? ( >=app-text/recode-3.6_p15 )"
18
DEPEND="recode? ( >=app-text/recode-3.6_p15 )"
19
RDEPEND="${DEPEND}"
19
RDEPEND="${DEPEND}"
20
20
21
src_prepare() {
22
	epatch "${FILESDIR}"/${PN}-remove-dirty-path-hack.patch
23
	autotools-utils_src_prepare
24
}
25
21
src_configure() {
26
src_configure() {
22
	local myeconfargs=(
27
	local myeconfargs=(
23
		--enable-external
28
		--enable-external

Return to bug 424171