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

Collapse All | Expand All

(-)/usr/portage/media-libs/imlib/imlib-1.9.14-r1.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.29 2004/08/26 13:20:05 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.29 2004/08/26 13:20:05 hanno Exp $
4
4
5
inherit gnome.org libtool
5
inherit eutils gnome.org libtool
6
6
7
DESCRIPTION="general image loading and rendering library"
7
DESCRIPTION="general image loading and rendering library"
8
HOMEPAGE="http://developer.gnome.org/arch/imaging/imlib.html"
8
HOMEPAGE="http://developer.gnome.org/arch/imaging/imlib.html"
Lines 20-25 Link Here
20
20
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	epatch ${FILESDIR}/imlib-CAN-2004-0817.patch
23
	# fix config script   bug 3425
24
	# fix config script   bug 3425
24
	cd ${S}
25
	cd ${S}
25
	mv imlib-config.in imlib-config.in.bad
26
	mv imlib-config.in imlib-config.in.bad

Return to bug 62487