# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit eutils systemd udev python-r1 MY_PN="qemu" MY_P="${MY_PN}-${PV}" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://git.qemu.org/qemu.git" inherit git-2 else SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM" HOMEPAGE="http://wiki.qemu.org/Features/QAPI/GuestAgent" LICENSE="GPL-2 BSD-2" SLOT="0" IUSE="" RDEPEND=">=dev-libs/glib-2.22 !