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

(-)/usr/portage/app-i18n/enca/enca-1.13-r2.ebuild (-2 / +8 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 12-23 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
15
KEYWORDS="~mips"
16
IUSE="doc +recode"
16
IUSE="doc +recode"
17
17
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_AUTORECONF=2.52
24
	autotools-utils_src_prepare
25
}
26
21
src_configure() {
27
src_configure() {
22
	local myeconfargs=(
28
	local myeconfargs=(
23
		--enable-external
29
		--enable-external

Return to bug 424171