# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit toolchain-funcs DESCRIPTION="Linux kernel trace event library" HOMEPAGE="https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/" if [[ ${PV} =~ [9]{4,} ]]; then EGIT_REPO_URI="git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/" inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/${P}.tar.gz" KEYWORDS="amd64 ~arm64 x86" fi LICENSE="LGPL-2.1" SLOT="0" IUSE="doc" RDEPEND=" !