commit: 3cb18c1dae6888b991e6c001d73af8e2cf5f6a09 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 28 10:37:35 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Mar 28 10:37:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cb18c1d
net-vpn/riseup-vpn: add missing PYTHON_DEPS Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild index 39ff0fa83..b9f063bbd 100644 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild @@ -66,6 +66,7 @@ SRC_URI="https://0xacab.org/leap/bitmask-vpn/-/archive/${PV}/bitmask-vpn-${PV}.t # Save a lot of Error 404's since this is not mirrored IUSE="test" RESTRICT="mirror !test? ( test )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Generated with dev-go/golicense LICENSE="GPL-3 BSD-2 CC0-1.0 MIT BSD" @@ -98,6 +99,7 @@ DEPEND=" RDEPEND="${DEPEND} net-vpn/openvpn sys-auth/polkit + ${PYTHON_DEPS} " # ip command is in bin instead of sbin on Gentoo
