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

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- midori-9999.ebuild
0
++ midori-9999.ebuild
Lines 23-29 Link Here
23
23
24
LICENSE="LGPL-2.1 MIT"
24
LICENSE="LGPL-2.1 MIT"
25
SLOT="0"
25
SLOT="0"
26
IUSE="+deprecated doc gnome libnotify nls +unique"
26
IUSE="+deprecated doc gnome granite libnotify nls +unique"
27
27
28
RDEPEND="dev-db/sqlite:3
28
RDEPEND="dev-db/sqlite:3
29
	>=dev-libs/glib-2.22
29
	>=dev-libs/glib-2.22
Lines 49-54 Link Here
49
	gnome-base/librsvg
49
	gnome-base/librsvg
50
	doc? ( dev-util/gtk-doc )
50
	doc? ( dev-util/gtk-doc )
51
	nls? ( sys-devel/gettext )"
51
	nls? ( sys-devel/gettext )"
52
REQUIRED_USE="granite? ( !deprecated )"
52
53
53
pkg_setup() {
54
pkg_setup() {
54
	python_set_active_version 2
55
	python_set_active_version 2
Lines 77-83 Link Here
77
		 $(use_enable libnotify) \
78
		 $(use_enable libnotify) \
78
		--enable-addons \
79
		--enable-addons \
79
		$(use_enable nls) \
80
		$(use_enable nls) \
80
		$(use_enable !deprecated gtk3)
81
		$(use_enable !deprecated gtk3) \
82
		$(use_enable granite)
81
}
83
}
82
84
83
pkg_preinst() {
85
pkg_preinst() {

Return to bug 412101