# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.3.0-r1.ebuild,v 1.2 2009/11/05 00:06:52 eva Exp $ EAPI="2" inherit autotools eutils multilib flag-o-matic git multilib-native DESCRIPTION="A message bus system, a simple way for applications to talk to each other" HOMEPAGE="http://dbus.freedesktop.org/" #SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" KEYWORDS="" IUSE="debug doc selinux test X" RDEPEND="X? ( x11-libs/libXt[lib32?] x11-libs/libX11[lib32?] ) selinux? ( sys-libs/libselinux[lib32?] sec-policy/selinux-dbus ) >=dev-libs/expat-1.95.8[lib32?] !