diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-20 20:48:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-20 20:48:22 +0200 |
commit | 932242a6ec5d6767e28c8a6a2187081cfe9df417 (patch) | |
tree | 6996e7a0397b75921978a22fd68ad0a24894d60f /app-misc/votrify | |
parent | dev-lang/jimtcl-0.78-r2: EAPI=7 compliance (diff) | |
download | gentoo-932242a6ec5d6767e28c8a6a2187081cfe9df417.tar.gz gentoo-932242a6ec5d6767e28c8a6a2187081cfe9df417.tar.bz2 gentoo-932242a6ec5d6767e28c8a6a2187081cfe9df417.zip |
app-misc/votrify: Fix missing deps & REQUIRED_USE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/votrify')
-rw-r--r-- | app-misc/votrify/votrify-5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |