# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..14} ) inherit python-any-r1 DESCRIPTION="troubleshoot tools to help diagnose SELinux problems" HOMEPAGE="https://gitlab.com/setroubleshoot/setroubleshoot" if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitlab.com/setroubleshoot/setroubleshoot.git" else SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" KEYWORDS="~amd64" fi LICENSE="" SLOT="0" IUSE="" DEPEND=" dev-libs/glib:2 sys-apps/dbus sys-libs/libselinux >=sys-process/audit-3.0.1 x11-libs/gtk+:2 x11-libs/gtk+:3 x11-libs/libnotify " RDEPEND="${DEPEND}" BDEPEND=" dev-util/intltool virtual/pkgconfig " src_prepare() { default if [[ "${PV}" == *9999 ]] ; then eautoreconf fi }