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

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +2 lines)
Line  Link Here
0
-- /usr/portage/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild
0
++ gnome-python-extras-2.14.2-r1.ebuild
Lines 13-19 Link Here
13
LICENSE="LGPL-2"
13
LICENSE="LGPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~x86-fbsd"
15
KEYWORDS="~x86-fbsd"
16
IUSE="doc firefox seamonkey xulrunner"
16
IUSE="doc firefox xulrunner"
17
17
18
RDEPEND=">=x11-libs/gtk+-2.4
18
RDEPEND=">=x11-libs/gtk+-2.4
19
	>=dev-libs/glib-2.6
19
	>=dev-libs/glib-2.6
Lines 22-28 Link Here
22
	=gnome-extra/gtkhtml-2*
22
	=gnome-extra/gtkhtml-2*
23
	xulrunner? ( =net-libs/xulrunner-1.8* )
23
	xulrunner? ( =net-libs/xulrunner-1.8* )
24
	!xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
24
	!xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
25
	!xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) )
26
	=gnome-extra/libgda-1*
25
	=gnome-extra/libgda-1*
27
	>=app-text/gtkspell-2"
26
	>=app-text/gtkspell-2"
28
27
Lines 37-53 Link Here
37
		G2CONF="${G2CONF} --with-gtkmozembed=xulrunner"
36
		G2CONF="${G2CONF} --with-gtkmozembed=xulrunner"
38
	elif use firefox; then
37
	elif use firefox; then
39
		G2CONF="${G2CONF} --with-gtkmozembed=firefox"
38
		G2CONF="${G2CONF} --with-gtkmozembed=firefox"
40
	elif use seamonkey; then
41
		G2CONF="${G2CONF} --with-gtkmozembed=seamonkey"
42
	fi
39
	fi
43
}
40
}
44
41
45
src_unpack() {
42
src_unpack() {
46
	gnome2_src_unpack
43
	gnome2_src_unpack
47
44
48
	# change mozilla to seamonkey
49
	sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac
50
51
	eautoreconf
45
	eautoreconf
52
}
46
}
53
47

Return to bug 300437