Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Thu, 29 Sep 2022 07:34:33
Message-Id: 1664436788.61b6d5092655bf2c5ca8cae76cb8b00edd974d2a.jsmolic@gentoo
1 commit: 61b6d5092655bf2c5ca8cae76cb8b00edd974d2a
2 Author: Chris Su <chris <AT> lesscrowds <DOT> org>
3 AuthorDate: Thu Sep 29 07:11:10 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 07:33:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b6d509
7
8 www-apps/gitea: Keyword 1.17.2 riscv, #873193
9
10 Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
11 Closes: https://github.com/gentoo/gentoo/pull/27496
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 www-apps/gitea/gitea-1.17.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-apps/gitea/gitea-1.17.2.ebuild b/www-apps/gitea/gitea-1.17.2.ebuild
18 index 74bb5c10ec64..6a27a8ad7547 100644
19 --- a/www-apps/gitea/gitea-1.17.2.ebuild
20 +++ b/www-apps/gitea/gitea-1.17.2.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
22 EGIT_REPO_URI="https://github.com/go-gitea/gitea.git"
23 else
24 SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 ~arm ~arm64 ~x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
27 fi
28
29 S="${WORKDIR}/${PN}-src-${PV}"