# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 eutils qt4-r2 toolchain-funcs flag-o-matic DESCRIPTION="static analyzer of C/C++ code" HOMEPAGE="http://cppcheck.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="htmlreport pcre qt4" RDEPEND="htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) >=dev-libs/tinyxml2-2