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

(-)/usr/portage/dev-vcs/gitg/gitg-3.18.0-r1.ebuild (-9 / +5 lines)
Lines 29-42 Link Here
29
	>=dev-libs/glib-2.38:2[dbus]
29
	>=dev-libs/glib-2.38:2[dbus]
30
	>=dev-libs/gobject-introspection-0.10.1:=
30
	>=dev-libs/gobject-introspection-0.10.1:=
31
	dev-libs/libgit2:=[threads]
31
	dev-libs/libgit2:=[threads]
32
	>=dev-libs/libxml2-2.9.0
33
	net-libs/libsoup:2.4
32
34
33
	>=dev-libs/libgit2-glib-0.23.5[ssh]
35
	>=dev-libs/libgit2-glib-0.24.0[ssh]
34
	<dev-libs/libgit2-glib-0.24.0
36
	<dev-libs/libgit2-glib-0.25.0
35
37
36
	>=dev-libs/libpeas-1.5.0[gtk]
38
	>=dev-libs/libpeas-1.5.0[gtk]
37
	>=gnome-base/gsettings-desktop-schemas-0.1.1
39
	>=gnome-base/gsettings-desktop-schemas-0.1.1
38
	>=net-libs/webkit-gtk-2.2:4[introspection]
40
	>=x11-libs/gtk+-3.18.0:3
39
	>=x11-libs/gtk+-3.12.0:3
40
	>=x11-libs/gtksourceview-3.10:3.0
41
	>=x11-libs/gtksourceview-3.10:3.0
41
	>=x11-themes/gnome-icon-theme-symbolic-3.10
42
	>=x11-themes/gnome-icon-theme-symbolic-3.10
42
	glade? ( >=dev-util/glade-3.2:3.10 )
43
	glade? ( >=dev-util/glade-3.2:3.10 )
Lines 80-88 Link Here
80
81
81
src_install() {
82
src_install() {
82
	gnome2_src_install -j1
83
	gnome2_src_install -j1
83
84
	if has_version 'net-libs/webkit-gtk:4[jit]'; then
85
		# needed on hardened/PaX, see github pr 910 and bug #527334
86
		pax-mark m "${ED}usr/bin/gitg"
87
	fi
88
}
84
}

Return to bug 581374