aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Liao <liaoyuan@gmail.com>2022-12-05 10:16:27 -0800
committerYuan Liao <liaoyuan@gmail.com>2022-12-05 10:16:27 -0800
commitb53bc9e194fec2e825006be14a113c5b28452ad1 (patch)
treed4b29a5eb40bae0233886d9397abd9adac9522e0
parentgames-emulation/dosbox-x: Enable unit tests (diff)
downloadguru-b53bc9e194fec2e825006be14a113c5b28452ad1.tar.gz
guru-b53bc9e194fec2e825006be14a113c5b28452ad1.tar.bz2
guru-b53bc9e194fec2e825006be14a113c5b28452ad1.zip
www-apps/gogs: Fix dev-vcs/git[threads] dependency resolution
USE="threads" has been removed since dev-vcs/git-2.37.3 because it has effectively become always-enabled. Bug: https://bugs.gentoo.org/868339 Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
-rw-r--r--www-apps/gogs/gogs-0.12.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gogs/gogs-0.12.3.ebuild b/www-apps/gogs/gogs-0.12.3.ebuild
index 05c81318a..b55d3b1bf 100644
--- a/www-apps/gogs/gogs-0.12.3.ebuild
+++ b/www-apps/gogs/gogs-0.12.3.ebuild
@@ -465,7 +465,7 @@ DEPEND="
RDEPEND="
${DEPEND}
app-shells/bash
- dev-vcs/git[curl,threads]
+ dev-vcs/git[curl,threads(+)]
virtual/ssh
mysql? ( virtual/mysql )
pam? ( sys-libs/pam )