Skip to content

Commit

Permalink
app-emulation/protontricks: fix setuptools_scm dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Apr 22, 2020
1 parent 2f95303 commit 2c7e019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-emulation/protontricks/protontricks-1.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ SLOT="0"
KEYWORDS="amd64"
IUSE="+gui"

BDEPEND="${PYTHON_DEPS}
dev-python/setuptools_scm"
BDEPEND="
$(python_gen_cond_dep '
dev-python/setuptools_scm[${PYTHON_USEDEP}]
')"
RDEPEND="${PYTHON_DEPS}
app-emulation/winetricks
$(python_gen_cond_dep '
Expand Down

0 comments on commit 2c7e019

Please sign in to comment.