summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-30 06:15:52 +0000
committerSam James <sam@gentoo.org>2024-01-30 06:16:37 +0000
commitc7989d89d192aa2d95a4a99f26dce2998dc77282 (patch)
tree0e3a5d78bacc18fa407e085e5715c8383ba2b613
parentdev-vcs/git-filter-repo: reinstate ~loong keyword for 2.38.0-r2 (diff)
downloadgentoo-c7989d89d192aa2d95a4a99f26dce2998dc77282.tar.gz
gentoo-c7989d89d192aa2d95a4a99f26dce2998dc77282.tar.bz2
gentoo-c7989d89d192aa2d95a4a99f26dce2998dc77282.zip
dev-vcs/git-filter-repo: simplify BDEPEND assignment
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild2
-rw-r--r--dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
index 3fdec106e331..c421873e3a78 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
${PYTHON_DEPS}
>=dev-vcs/git-$(ver_cut 1-2)
"
-BDEPEND+="
+BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
"
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
index 823a1a2beac5..3dab0bdca4d9 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
${PYTHON_DEPS}
>=dev-vcs/git-$(ver_cut 1-2)
"
-BDEPEND+="
+BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
"