Install this version:
emerge -a =net-vpn/ifup-systemd-resolved-0.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-vpn/ifup-systemd-resolved-0.0.3
Or alternatively:
emerge --autounmask-write -a =net-vpn/ifup-systemd-resolved-0.0.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.3 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Hook application for (patched) openfortivpn to support systemd-resolved."
HOMEPAGE="https://github.com/Tatsh/ifup-systemd-resolved"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-qt/qtbase:6[dbus,network]"
RDEPEND="${DEPEND}"
src_install() {
cmake_src_install
doman "man/${PN}.1"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ifup-systemd-resolved-0.0.3.tar.gz | 1294090 bytes | https://github.com/Tatsh/ifup-systemd-resolved/archive/refs/tags/v0.0.3.tar.gz |