Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498098 | Differences between
and this patch

Collapse All | Expand All

(-)dbus-glib-0.100.2-r1.ebuild.orig (-4 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild,v 1.2 2014/01/05 19:51:05 grobian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2-r1.ebuild,v 1.2 2014/01/05 19:51:05 grobian Exp $
4
4
5
EAPI=5
5
EAPI=5-hdepend
6
inherit bash-completion-r1 eutils multilib-minimal
6
inherit bash-completion-r1 eutils multilib-minimal
7
7
8
DESCRIPTION="D-Bus bindings for glib"
8
DESCRIPTION="D-Bus bindings for glib"
Lines 12-18 Link Here
12
LICENSE="|| ( GPL-2 AFL-2.1 )"
12
LICENSE="|| ( GPL-2 AFL-2.1 )"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
15
IUSE="debug doc static-libs test"
15
IUSE="debug doc static-libs targetroot test"
16
16
17
CDEPEND=">=dev-libs/expat-2[${MULTILIB_USEDEP}]
17
CDEPEND=">=dev-libs/expat-2[${MULTILIB_USEDEP}]
18
	>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
18
	>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
Lines 22-30 Link Here
22
	doc? ( >=dev-util/gtk-doc-1.4 )"
22
	doc? ( >=dev-util/gtk-doc-1.4 )"
23
RDEPEND="${CDEPEND}
23
RDEPEND="${CDEPEND}
24
	 abi_x86_32? (
24
	 abi_x86_32? (
25
	 	!<app-emulation/emul-linux-x86-baselibs-20131008-r8
25
		!<app-emulation/emul-linux-x86-baselibs-20131008-r8
26
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
26
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
27
	)"
27
	)"
28
HDEPEND="targetroot? ( ${CATEGORY}/${PN} )"
28
29
29
# NEWS file is obsolete
30
# NEWS file is obsolete
30
DOCS=( AUTHORS ChangeLog HACKING README )
31
DOCS=( AUTHORS ChangeLog HACKING README )
Lines 69-75 Link Here
69
}
70
}
70
71
71
multilib_src_compile() {
72
multilib_src_compile() {
72
	emake
73
	if use targetroot; then
74
		emake DBUS_BINDING_TOOL=dbus-binding-tool
75
	else
76
		emake
77
	fi
73
78
74
	if use test; then
79
	if use test; then
75
		set_TBD
80
		set_TBD

Return to bug 498098