summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-03 10:17:22 +0100
committerSam James <sam@gentoo.org>2023-05-03 10:17:29 +0100
commit0f016579324f87d60297badd355a7eb9978e1209 (patch)
tree3d4348fd9cd92787c947ebece485721ad49e8976 /net-vpn/protonvpn-cli
parentnet-misc/nextcloud-client: reformat SRC_URI (diff)
downloadgentoo-0f016579324f87d60297badd355a7eb9978e1209.tar.gz
gentoo-0f016579324f87d60297badd355a7eb9978e1209.tar.bz2
gentoo-0f016579324f87d60297badd355a7eb9978e1209.zip
net-vpn/protonvpn-cli: add missing jinja2 dep
Reported by cihancan on IRC. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/protonvpn-cli')
-rw-r--r--net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild (renamed from net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild)13
1 files changed, 8 insertions, 5 deletions
diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild
index 5a538c301506..14149fe874e3 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild
@@ -13,14 +13,17 @@ HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/protonvpn-cli-ng"
SRC_URI="https://github.com/ProtonVPN/linux-cli-community/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
-KEYWORDS="~amd64 ~riscv"
SLOT="0"
+KEYWORDS="~amd64 ~riscv"
-RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pythondialog:0[${PYTHON_USEDEP}]
+RDEPEND="
+ dev-python/docopt[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
- net-vpn/openvpn"
+ dev-python/pythondialog:0[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ net-vpn/openvpn
+"
DEPEND="${RDEPEND}"
S="${WORKDIR}/linux-cli-community-${PV}"