commit: 0f016579324f87d60297badd355a7eb9978e1209 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 3 09:17:22 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 3 09:17:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f016579
net-vpn/protonvpn-cli: add missing jinja2 dep Reported by cihancan on IRC. Signed-off-by: Sam James <sam <AT> gentoo.org> ...-cli-2.2.11-r1.ebuild => protonvpn-cli-2.2.11-r2.ebuild} | 13 ++++++++----- 1 file 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 similarity index 87% rename from net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild rename to 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}"