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

Collapse All | Expand All

(-)/tmp/jpeg-compat-6b.ebuild (-3 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg-compat/jpeg-compat-6b.ebuild,v 1.1 2009/08/22 12:54:01 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg-compat/jpeg-compat-6b.ebuild,v 1.1 2009/08/22 12:54:01 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils libtool multilib toolchain-funcs
6
inherit eutils libtool toolchain-funcs
7
7
8
PATCH_VER=1.6
8
PATCH_VER=1.6
9
9
Lines 40-45 Link Here
40
}
40
}
41
41
42
src_install() {
42
src_install() {
43
	exeinto /usr/$(get_libdir)
43
	dolib.so .libs/libjpeg.so.62 || die
44
	doexe .libs/libjpeg.so.62* || die "doexe failed"
45
}
44
}

Return to bug 284944