# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 XORG_MULTILIB=yes PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" DESCRIPTION="Handler library for evdev events" if [[ ${PV} == 9999* ]] ; then SRC_URI="" else SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz" fi RESTRICT="test" # Tests need to run as root. KEYWORDS="amd64 x86" IUSE="" DEPEND="${PYTHON_DEPS}"