Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 590536
Collapse All | Expand All

(-)/usr/portage/app-office/gnucash/gnucash-2.6.13.ebuild (-4 / +3 lines)
Lines 14-20 Link Here
14
14
15
SLOT="0"
15
SLOT="0"
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
KEYWORDS="amd64 ~ppc ~ppc64 x86"
17
KEYWORDS="~amd64 ~x86"
18
IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes sqlite"
18
IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes sqlite"
19
19
20
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
20
# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac)
Lines 24-31 Link Here
24
	>=dev-libs/popt-1.5
24
	>=dev-libs/popt-1.5
25
	>=dev-libs/libxml2-2.5.10:2
25
	>=dev-libs/libxml2-2.5.10:2
26
	dev-libs/libxslt
26
	dev-libs/libxslt
27
	>=dev-scheme/guile-1.8.3:12[deprecated,regex]
27
	>=dev-scheme/guile-2[deprecated,regex]
28
	<dev-scheme/guile-2:12
29
	dev-scheme/guile-www
28
	dev-scheme/guile-www
30
	gnome-base/libgnomecanvas
29
	gnome-base/libgnomecanvas
31
	>=net-libs/webkit-gtk-1.2:2
30
	>=net-libs/webkit-gtk-1.2:2
Lines 84-94 Link Here
84
		$(use_enable ofx) \
83
		$(use_enable ofx) \
85
		$(use_enable hbci aqbanking) \
84
		$(use_enable hbci aqbanking) \
86
		$(use_enable python) \
85
		$(use_enable python) \
86
		--with-guile=2.0 \
87
		--disable-doxygen \
87
		--disable-doxygen \
88
		--disable-gtkmm \
88
		--disable-gtkmm \
89
		--enable-locale-specific-tax \
89
		--enable-locale-specific-tax \
90
		--disable-error-on-warning \
90
		--disable-error-on-warning \
91
		--with-guile=1.8 \
92
		${myconf}
91
		${myconf}
93
}
92
}
94
93

Return to bug 590536