Install this version:
emerge -a =net-misc/ipv6-config-update-0.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/ipv6-config-update-0.1.2
Or alternatively:
emerge --autounmask-write -a =net-misc/ipv6-config-update-0.1.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.2 | 8 | ~amd64 | 0 |
# 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
}
Manage flags for this package:
euse -i <flag> -p net-misc/ipv6-config-update |
euse -E <flag> -p net-misc/ipv6-config-update |
euse -D <flag> -p net-misc/ipv6-config-update
dev-qt/qtbase:6[dbus,network] !split-usr? ( sys-apps/systemd )
dev-qt/qtbase:6[dbus,network] !split-usr? ( sys-apps/systemd )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ipv6-config-update-0.1.2.tar.gz | 1296643 bytes | https://github.com/Tatsh/ipv6-config-update/archive/refs/tags/v0.1.2.tar.gz |