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

Collapse All | Expand All

(-)libgda-4.1.4.ebuild (-1 / +7 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit db-use flag-o-matic gnome2 java-pkg-opt-2
7
inherit autotools db-use eutils flag-o-matic gnome2 java-pkg-opt-2
8
8
9
DESCRIPTION="Gnome Database Access Library"
9
DESCRIPTION="Gnome Database Access Library"
10
HOMEPAGE="http://www.gnome-db.org/"
10
HOMEPAGE="http://www.gnome-db.org/"
Lines 55-60 Link Here
55
# Tests are not really good
55
# Tests are not really good
56
RESTRICT="test"
56
RESTRICT="test"
57
57
58
src_prepare() {
59
	# Fix from GNOME bug #607357 for Gentoo bug #308793.
60
	epatch "${FILESDIR}/libgda-4.1.4-install-libgda-h.patch"
61
	eautoreconf
62
}
63
58
pkg_setup() {
64
pkg_setup() {
59
	if use canvas || use graphviz || use sourceview; then
65
	if use canvas || use graphviz || use sourceview; then
60
		if ! use gtk; then
66
		if ! use gtk; then

Return to bug 308793