From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12B48158020 for ; Tue, 6 Dec 2022 06:09:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA7EE0893; Tue, 6 Dec 2022 06:09:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40C81E0886 for ; Tue, 6 Dec 2022 06:09:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 580283410B3 for ; Tue, 6 Dec 2022 06:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBCCE779 for ; Tue, 6 Dec 2022 06:09:07 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1670264187.b53bc9e194fec2e825006be14a113c5b28452ad1.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/gogs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/gogs/gogs-0.12.3.ebuild X-VCS-Directories: www-apps/gogs/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b53bc9e194fec2e825006be14a113c5b28452ad1 X-VCS-Branch: master Date: Tue, 6 Dec 2022 06:09:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83aa59b7-b9df-4e48-81fe-f020f962ec84 X-Archives-Hash: b750e446f36d0a071cf1c45a5feecc0a commit: b53bc9e194fec2e825006be14a113c5b28452ad1 Author: Yuan Liao gmail com> AuthorDate: Mon Dec 5 18:16:27 2022 +0000 Commit: Viorel Munteanu gentoo org> 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 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 )