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

(-)epiphany-1.6.0-r2.patched.ebuild (-4 / +6 lines)
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
12
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
13
IUSE="firefox doc"
13
IUSE="firefox doc dbus"
14
14
15
RDEPEND=">=dev-libs/glib-2.6
15
RDEPEND=">=dev-libs/glib-2.6
16
	>=x11-libs/pango-1.8
16
	>=x11-libs/pango-1.8
Lines 26-33 Link Here
26
	!firefox? ( >=net-www/mozilla-1.7.3 )
26
	!firefox? ( >=net-www/mozilla-1.7.3 )
27
	firefox? ( >=www-client/mozilla-firefox-1.0.1-r1 )
27
	firefox? ( >=www-client/mozilla-firefox-1.0.1-r1 )
28
	>=x11-themes/gnome-icon-theme-2.9.3
28
	>=x11-themes/gnome-icon-theme-2.9.3
29
	>=x11-libs/startup-notification-0.5"
29
	>=x11-libs/startup-notification-0.5
30
# dbus? ( >=sys-apps/dbus-0.22 )
30
	 dbus? ( >=sys-apps/dbus-0.22 )"
31
31
32
32
33
DEPEND="${RDEPEND}
33
DEPEND="${RDEPEND}
Lines 60-66 Link Here
60
	fi
60
	fi
61
}
61
}
62
62
63
G2CONF="${G2CONF} `use firefox && echo --with-mozilla=firefox`"
63
G2CONF="${G2CONF} 
64
`use firefox && echo --with-mozilla=firefox`
65
`use dbus && echo --enable-dbus`"
64
66
65
67
66
src_unpack() {
68
src_unpack() {

Return to bug 85481