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 6333F158090 for ; Mon, 2 May 2022 06:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E04E0A9A; Mon, 2 May 2022 06:04:34 +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 01080E0A9A for ; Mon, 2 May 2022 06:04:33 +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 CF25E3414BD for ; Mon, 2 May 2022 06:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6836A443 for ; Mon, 2 May 2022 06:04:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1651471469.4680e63668e330de3f995969dc7b2c98c5bc795a.juippis@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.16.5.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4680e63668e330de3f995969dc7b2c98c5bc795a X-VCS-Branch: master Date: Mon, 2 May 2022 06:04:31 +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: 73f156d2-eed8-4877-b666-5c50db0b79bc X-Archives-Hash: 5e109b295a27c15bb1702f01a5e978f3 commit: 4680e63668e330de3f995969dc7b2c98c5bc795a Author: Joonas Niilola gentoo org> AuthorDate: Mon May 2 06:04:07 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 2 06:04:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4680e636 www-apps/gitea: Stabilize 1.16.5 amd64, #841761 Signed-off-by: Joonas Niilola gentoo.org> www-apps/gitea/gitea-1.16.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.16.5.ebuild b/www-apps/gitea/gitea-1.16.5.ebuild index eaeda1a3f382..c213d90dc38d 100644 --- a/www-apps/gitea/gitea-1.16.5.ebuild +++ b/www-apps/gitea/gitea-1.16.5.ebuild @@ -8,7 +8,7 @@ inherit fcaps go-module tmpfiles systemd DESCRIPTION="A painless self-hosted Git service" HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea" SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" S="${WORKDIR}" LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"