Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Mon, 02 May 2022 06:04:35
Message-Id: 1651471469.4680e63668e330de3f995969dc7b2c98c5bc795a.juippis@gentoo
1 commit: 4680e63668e330de3f995969dc7b2c98c5bc795a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 06:04:07 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 06:04:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4680e636
7
8 www-apps/gitea: Stabilize 1.16.5 amd64, #841761
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-apps/gitea/gitea-1.16.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/gitea/gitea-1.16.5.ebuild b/www-apps/gitea/gitea-1.16.5.ebuild
16 index eaeda1a3f382..c213d90dc38d 100644
17 --- a/www-apps/gitea/gitea-1.16.5.ebuild
18 +++ b/www-apps/gitea/gitea-1.16.5.ebuild
19 @@ -8,7 +8,7 @@ inherit fcaps go-module tmpfiles systemd
20 DESCRIPTION="A painless self-hosted Git service"
21 HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea"
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"
24 +KEYWORDS="amd64 ~arm ~arm64"
25 S="${WORKDIR}"
26
27 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"