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

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- dev-libs/glib/glib-2.28.8.ebuild
0
++ dev-libs/glib/glib-2.28.8.ebuild
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
GNOME_TARBALL_SUFFIX="xz"
6
GNOME_TARBALL_SUFFIX="xz"
7
PYTHON_DEPEND="2"
7
PYTHON_DEPEND="!build? 2"
8
8
9
inherit autotools gnome.org libtool eutils multilib flag-o-matic pax-utils python virtualx
9
inherit autotools gnome.org libtool eutils multilib flag-o-matic pax-utils python virtualx
10
10
Lines 16-22 Link Here
16
LICENSE="LGPL-2"
16
LICENSE="LGPL-2"
17
SLOT="2"
17
SLOT="2"
18
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
18
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
19
IUSE="debug doc fam +introspection selinux +static-libs test xattr"
19
IUSE="build debug doc fam +introspection selinux +static-libs test xattr"
20
20
21
RDEPEND="virtual/libiconv
21
RDEPEND="virtual/libiconv
22
	sys-libs/zlib
22
	sys-libs/zlib
Lines 37-43 Link Here
37
# XXX: Consider adding test? ( sys-devel/gdb ); assert-msg-test tries to use it
37
# XXX: Consider adding test? ( sys-devel/gdb ); assert-msg-test tries to use it
38
38
39
pkg_setup() {
39
pkg_setup() {
40
	python_set_active_version 2
40
	use build || python_set_active_version 2
41
}
41
}
42
42
43
src_prepare() {
43
src_prepare() {

Return to bug 394941