commit:     b53bc9e194fec2e825006be14a113c5b28452ad1
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 18:16:27 2022 +0000
Commit:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Mon Dec  5 18:16:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b53bc9e1

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 <AT> gmail.com>

 www-apps/gogs/gogs-0.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 )

Reply via email to