# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="Update IPv6 CIDR in config files and restart relevant systemd units." HOMEPAGE="https://github.com/Tatsh/ipv6-config-update" SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="split-usr" DEPEND="dev-qt/qtbase:6[dbus,network] !split-usr? ( sys-apps/systemd )" RDEPEND="${DEPEND}" pkg_pretend() { if use split-usr; then die "This package only supports merged-usr with systemd." fi }