Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Sat, 30 Jul 2022 02:33:21
Message-Id: 1659148331.6487a993e47740f74e4c2def9a8912ae2ac30649.sam@gentoo
1 commit: 6487a993e47740f74e4c2def9a8912ae2ac30649
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 02:32:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 02:32:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6487a993
7
8 www-apps/gitea: Stabilize 1.16.9 amd64, #861944
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apps/gitea/gitea-1.16.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/gitea/gitea-1.16.9.ebuild b/www-apps/gitea/gitea-1.16.9.ebuild
16 index a816c920b1b9..a78f96df3391 100644
17 --- a/www-apps/gitea/gitea-1.16.9.ebuild
18 +++ b/www-apps/gitea/gitea-1.16.9.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/go-gitea/gitea.git"
21 else
22 SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
25 fi
26
27 S="${WORKDIR}"