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

Collapse All | Expand All

(-)guile-gtk-2.0.ebuild.orig (-1 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
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/x11-libs/guile-gtk/guile-gtk-2.0.ebuild,v 1.5 2007/10/14 10:33:07 hkbst Exp $
3
# $Header: $
4
4
5
inherit virtualx eutils
5
inherit virtualx eutils
6
6
Lines 28-33 Link Here
28
	Xemake check || die "tests failed"
28
	Xemake check || die "tests failed"
29
}
29
}
30
30
31
src_unpack() {
32
	unpack "${A}"
33
	epatch "${FILESDIR}/guile-gtk-2.1-g-object-ref.diff"
34
}
35
31
src_install() {
36
src_install() {
32
	make DESTDIR="${D}" install
37
	make DESTDIR="${D}" install
33
	dodoc README AUTHORS ChangeLog NEWS TODO
38
	dodoc README AUTHORS ChangeLog NEWS TODO

Return to bug 237634