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

(-)/tmp/glib-2.32.1.ebuild (-2 / +7 lines)
Lines 6-12 Link Here
6
PYTHON_DEPEND="utils? 2"
6
PYTHON_DEPEND="utils? 2"
7
# Avoid runtime dependency on python when USE=test
7
# Avoid runtime dependency on python when USE=test
8
8
9
inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python virtualx
9
inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python virtualx linux-info
10
10
11
DESCRIPTION="The GLib library of C routines"
11
DESCRIPTION="The GLib library of C routines"
12
HOMEPAGE="http://www.gtk.org/"
12
HOMEPAGE="http://www.gtk.org/"
Lines 15-21 Link Here
15
15
16
LICENSE="LGPL-2"
16
LICENSE="LGPL-2"
17
SLOT="2"
17
SLOT="2"
18
IUSE="debug doc fam selinux static-libs systemtap test utils xattr"
18
IUSE="debug doc fam kernel_linux selinux static-libs systemtap test utils xattr"
19
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
19
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
20
20
21
RDEPEND="virtual/libiconv
21
RDEPEND="virtual/libiconv
Lines 53-58 Link Here
53
		python_set_active_version 2
53
		python_set_active_version 2
54
		python_pkg_setup
54
		python_pkg_setup
55
	fi
55
	fi
56
57
	if use kernel_linux ; then
58
		CONFIG_CHECK="~INOTIFY_USER"
59
		linux-info_pkg_setup
60
	fi
56
}
61
}
57
62
58
src_prepare() {
63
src_prepare() {

Return to bug 413403