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

(-)midori-9999.ebuild.old (-3 / +1 lines)
Lines 12-18 Link Here
12
LICENSE="LGPL-2.1 MIT"
12
LICENSE="LGPL-2.1 MIT"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS=""
14
KEYWORDS=""
15
IUSE="doc gnome idn libnotify nls +unique"
15
IUSE="doc gnome libnotify nls +unique"
16
16
17
RDEPEND="dev-libs/libxml2:2
17
RDEPEND="dev-libs/libxml2:2
18
	>=dev-db/sqlite-3.0
18
	>=dev-db/sqlite-3.0
Lines 21-27 Link Here
21
	x11-libs/gtk+:2
21
	x11-libs/gtk+:2
22
	x11-libs/libXScrnSaver
22
	x11-libs/libXScrnSaver
23
	gnome? ( net-libs/libsoup-gnome:2.4 )
23
	gnome? ( net-libs/libsoup-gnome:2.4 )
24
	idn? ( net-dns/libidn )
25
	libnotify? ( x11-libs/libnotify )
24
	libnotify? ( x11-libs/libnotify )
26
	unique? ( dev-libs/libunique:1 )"
25
	unique? ( dev-libs/libunique:1 )"
27
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
Lines 47-53 Link Here
47
		--disable-docs \
46
		--disable-docs \
48
		--enable-addons \
47
		--enable-addons \
49
		$(use_enable doc apidocs) \
48
		$(use_enable doc apidocs) \
50
		$(use_enable idn libidn) \
51
		$(use_enable libnotify) \
49
		$(use_enable libnotify) \
52
		$(use_enable nls) \
50
		$(use_enable nls) \
53
		$(use_enable unique)
51
		$(use_enable unique)

Return to bug 389483