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 (-8 / +12 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-30 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
DEPEND=">=dev-libs/expat-2[${MULTILIB_USEDEP}]
18
	>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
18
	>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
19
	>=sys-apps/dbus-1.6.2[${MULTILIB_USEDEP}]"
19
	>=sys-apps/dbus-1.6.2[${MULTILIB_USEDEP}]"
20
DEPEND="${CDEPEND}
20
RDEPEND="${DEPEND}
21
	virtual/pkgconfig
22
	doc? ( >=dev-util/gtk-doc-1.4 )"
23
RDEPEND="${CDEPEND}
24
	 abi_x86_32? (
21
	 abi_x86_32? (
25
	 	!<app-emulation/emul-linux-x86-baselibs-20131008-r8
22
	 	!<app-emulation/emul-linux-x86-baselibs-20131008-r8
26
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
23
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
27
	)"
24
	)"
25
HDEPEND="virtual/pkgconfig
26
	doc? ( >=dev-util/gtk-doc-1.4 )
27
	targetroot? ( ${CATEGORY}/${PN} )"
28
28
29
# NEWS file is obsolete
29
# NEWS file is obsolete
30
DOCS=( AUTHORS ChangeLog HACKING README )
30
DOCS=( AUTHORS ChangeLog HACKING README )
Lines 69-75 Link Here
69
}
69
}
70
70
71
multilib_src_compile() {
71
multilib_src_compile() {
72
	emake
72
	if use targetroot; then
73
		emake DBUS_BINDING_TOOL=dbus-binding-tool
74
	else
75
		emake
76
	fi
73
77
74
	if use test; then
78
	if use test; then
75
		set_TBD
79
		set_TBD

Return to bug 498098