net-vpn/mullvad-netns: update EAPI 7 -> 8

Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2025-09-19 08:09:36 -07:00
parent f45a3a72d9
commit cba893b8a0

View File

@@ -1,14 +1,14 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
if [[ ${PV} =~ [9]{4,} ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/chutz/mullvad-netns.git"
else
SRC_URI=""
die
SRC_URI="https://github.com/chutz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Script to run a command within a Mullvad network namespace"
@@ -16,8 +16,6 @@ HOMEPAGE="https://github.com/chutz/mullvad-netns"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
app-misc/jq