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

(-)app-text/xiphos/xiphos-3.1.3.ebuild.orig (-2 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
GCONF_DEBUG=no
6
GCONF_DEBUG=no
7
inherit gnome2
7
inherit gnome2 flag-o-matic
8
8
9
DESCRIPTION="GTK+ based Bible study software, formerly gnomesword"
9
DESCRIPTION="GTK+ based Bible study software, formerly gnomesword"
10
HOMEPAGE="http://xiphos.org/"
10
HOMEPAGE="http://xiphos.org/"
Lines 29-35 Link Here
29
	dev-util/intltool
29
	dev-util/intltool
30
	sys-devel/gettext
30
	sys-devel/gettext
31
	app-text/rarian
31
	app-text/rarian
32
	>=app-text/gnome-doc-utils-0.3.2"
32
	>=app-text/gnome-doc-utils-0.3.2
33
	dev-libs/nspr"
33
34
34
pkg_setup() {
35
pkg_setup() {
35
	G2CONF="--docdir=/usr/share/doc/${PF}
36
	G2CONF="--docdir=/usr/share/doc/${PF}
Lines 38-43 Link Here
38
	if ! use xulrunner; then
39
	if ! use xulrunner; then
39
		G2CONF="${G2CONF} --without-gecko"
40
		G2CONF="${G2CONF} --without-gecko"
40
	fi
41
	fi
42
43
	append-cppflags -I/usr/include/nspr
41
}
44
}
42
45
43
src_install() {
46
src_install() {

Return to bug 316853