# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LLVM_MAX_SLOT=14 inherit llvm toolchain-funcs DESCRIPTION="C semantic parser" HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git" else SRC_URI="https://www.kernel.org/pub/software/devel/${PN}/dist/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" fi LICENSE="MIT" SLOT="0" IUSE="gtk llvm sqlite test xml" RESTRICT="!test? ( test )" RDEPEND="gtk? ( x11-libs/gtk+:3 ) llvm? (