Skip to content

Commit

Permalink
app-misc/votrify: Fix missing deps & REQUIRED_USE
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 20, 2019
1 parent 214caa6 commit 932242a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-misc/votrify/votrify-5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 932242a

Please sign in to comment.