From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1731076-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D337C1581EE for <garchives@archives.gentoo.org>; Tue, 25 Mar 2025 02:23:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BDE293433A4 for <garchives@archives.gentoo.org>; Tue, 25 Mar 2025 02:23:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ADAAC110296; Tue, 25 Mar 2025 02:23:40 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9DE18110296 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Mar 2025 02:23:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3593B3433B4 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Mar 2025 02:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A6931D72 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Mar 2025 02:23:38 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1742868970.dafee54035d1497a6ac80a7187d82ad0cc4bc949.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/gitea/gitea-1.22.6-r1.ebuild www-apps/gitea/gitea-1.22.6.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: dafee54035d1497a6ac80a7187d82ad0cc4bc949 X-VCS-Branch: master Date: Tue, 25 Mar 2025 02:23:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db287b21-690b-45bc-8557-5ca92786dfa1 X-Archives-Hash: 43c0a018b4ad6c02c71d25d77d68875c commit: dafee54035d1497a6ac80a7187d82ad0cc4bc949 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Tue Mar 25 02:16:10 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue Mar 25 02:16:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafee540 www-apps/gitea: add <go-1.24 restriction Compiling with go-1.24 lead to a run time err, so add a dependency restriction to fix it. Closes: https://bugs.gentoo.org/951624 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> www-apps/gitea/{gitea-1.22.6.ebuild => gitea-1.22.6-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.22.6.ebuild b/www-apps/gitea/gitea-1.22.6-r1.ebuild similarity index 99% rename from www-apps/gitea/gitea-1.22.6.ebuild rename to www-apps/gitea/gitea-1.22.6-r1.ebuild index d3835b109f2b..f6f66a4ed126 100644 --- a/www-apps/gitea/gitea-1.22.6.ebuild +++ b/www-apps/gitea/gitea-1.22.6-r1.ebuild @@ -22,7 +22,9 @@ DEPEND=" pam? ( sys-libs/pam )" RDEPEND="${DEPEND} !gogit? ( dev-vcs/git )" -BDEPEND=">=dev-lang/go-1.22:=" +BDEPEND=">=dev-lang/go-1.22:= + <dev-lang/go-1.24:= +" DOCS=( custom/conf/app.example.ini CHANGELOG.md CONTRIBUTING.md README.md