diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-03 06:33:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-03 06:53:13 +0100 |
commit | 20a310b95d42e4ccef8eaa539c7654c39394a0cb (patch) | |
tree | ce2c4b5ed8ee6ac8acf45190b83fadce909883ca /app-emulation/protontricks | |
parent | dev-python/setuptools_scm: Use pypi.eclass (diff) | |
download | gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.tar.gz gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.tar.bz2 gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.zip |
Rename dev-python/{setuptools_scm → setuptools-scm}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/protontricks')
-rw-r--r-- | app-emulation/protontricks/protontricks-1.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/protontricks/protontricks-1.10.1.ebuild b/app-emulation/protontricks/protontricks-1.10.1.ebuild index ba7c8ddf8b36..222d67177b2a 100644 --- a/app-emulation/protontricks/protontricks-1.10.1.ebuild +++ b/app-emulation/protontricks/protontricks-1.10.1.ebuild @@ -30,7 +30,7 @@ RDEPEND="app-emulation/winetricks ) )" BDEPEND="$(python_gen_cond_dep ' - dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] ')" DOCS=( CHANGELOG.md README.md ) |