From 932242a6ec5d6767e28c8a6a2187081cfe9df417 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 Jul 2019 20:48:22 +0200 Subject: app-misc/votrify: Fix missing deps & REQUIRED_USE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-misc/votrify/votrify-5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app-misc/votrify') diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild index 278667874da3..9b8d0b51538b 100644 --- a/app-misc/votrify/votrify-5.ebuild +++ b/app-misc/votrify/votrify-5.ebuild @@ -14,8 +14,10 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} -RDEPEND="app-misc/gentoo-elections" +RDEPEND="${PYTHON_DEPS} + app-misc/gentoo-elections" src_configure() { # update default location for election scripts -- cgit v1.2.3-65-gdbad