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

(-)/usr/portage/app-text/gnomesword/gnomesword-2.3.6.ebuild (-7 / +7 lines)
Lines 10-27 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
12
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
13
IUSE="firefox seamonkey spell xulrunner"
13
IUSE="firefox gtkhtml seamonkey spell xulrunner"
14
RDEPEND=">=gnome-extra/gtkhtml-3.14
14
RDEPEND="=app-text/sword-1.5.11*
15
	=app-text/sword-1.5.11*
16
	>=x11-libs/gtk+-2
15
	>=x11-libs/gtk+-2
17
	>=gnome-base/libgnomeui-2
16
	>=gnome-base/libgnomeui-2
18
	>=gnome-base/libgnomeprintui-2.2
17
	>=gnome-base/libgnomeprintui-2.2
19
	>=gnome-base/libglade-2
18
	>=gnome-base/libglade-2
20
	app-text/gnome-doc-utils
19
	app-text/gnome-doc-utils
21
	dev-libs/libxml2
20
	dev-libs/libxml2
22
	xulrunner? ( =net-libs/xulrunner-1.8* )
21
	gtkhtml? ( >=gnome-extra/gtkhtml-3.14 )
23
	!xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
22
	!gtkhtml? ( xulrunner? ( =net-libs/xulrunner-1.8* ) )
24
	!xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) )
23
	!gtkhtml? ( !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) )
24
	!gtkhtml? ( !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) )
25
	spell? (
25
	spell? (
26
		app-text/gnome-spell
26
		app-text/gnome-spell
27
		>=gnome-base/libbonoboui-2 )"
27
		>=gnome-base/libbonoboui-2 )"
Lines 31-37 Link Here
31
	>=app-text/scrollkeeper-0.3.14"
31
	>=app-text/scrollkeeper-0.3.14"
32
32
33
pkg_setup() {
33
pkg_setup() {
34
	G2CONF="${G2CONF} $(use_enable spell pspell)"
34
	G2CONF="${G2CONF} $(use_enable spell pspell) $(use_enable gtkhtml)"
35
	DOCS="NEWS ChangeLog README TODO"
35
	DOCS="NEWS ChangeLog README TODO"
36
}
36
}
37
37

Return to bug 235340