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

Collapse All | Expand All

(-)libiconv-1.9.2.ebuild (-1 / +3 lines)
Lines 11-18 LICENSE="LGPL-2.1" Link Here
11
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
11
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
12
IUSE="nls"
12
IUSE="nls"
13
13
14
DEPEND="virtual/libc
14
RDEPEND="virtual/libc
15
	!sys-libs/glibc"
15
	!sys-libs/glibc"
16
DEPEND="${RDEPEND} app-admin/chrpath"
16
17
17
src_compile() {
18
src_compile() {
18
	econf \
19
	econf \
Lines 23-27 src_compile() { Link Here
23
24
24
src_install() {
25
src_install() {
25
	make DESTDIR=${D} install || die
26
	make DESTDIR=${D} install || die
27
	chrpath -d ${D}/usr/bin/iconv || die
26
}
28
}
27
29

Return to bug 90886