# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit cmake-multilib eutils python-single-r1 DESCRIPTION="A tool for tracing, analyzing, and debugging graphics APIs" HOMEPAGE="https://github.com/apitrace/apitrace" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" LICENSE+=" BSD CC-BY-3.0 CC-BY-4.0 public-domain" #bundled snappy SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="+cli egl qt5 system-snappy" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=sys-devel/gcc-4.7:* system-snappy? ( >=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}] ) >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] >=media-libs/mesa-9.1.6[egl?,${MULTILIB_USEDEP}] egl? ( || ( >=media-libs/mesa-8.0[gles1,gles2]