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

(-)www-client/midori/midori-9999.ebuild (-3 / +5 lines)
Lines 14-25 Link Here
14
KEYWORDS=""
14
KEYWORDS=""
15
IUSE="nls soup sqlite"
15
IUSE="nls soup sqlite"
16
16
17
DEPEND="x11-libs/gtk+
17
RDEPEND="net-libs/webkit-gtk
18
	net-libs/webkit-gtk
19
	nls? ( sys-devel/gettext )
20
	soup? ( net-libs/libsoup )
18
	soup? ( net-libs/libsoup )
21
	sqlite? ( dev-db/sqlite )"
19
	sqlite? ( dev-db/sqlite )"
22
20
21
DEPEND="${RDEPEND}
22
	dev-util/pkgconfig
23
	nls? ( dev-util/intltool sys-devel/gettext )"
24
23
pkg_setup() {
25
pkg_setup() {
24
	ewarn "Note: this software is not yet in a too mature status so expect some minor things to break"
26
	ewarn "Note: this software is not yet in a too mature status so expect some minor things to break"
25
}
27
}

Return to bug 258671