diff options
author | Chris Su <chris@lesscrowds.org> | 2022-09-29 07:11:10 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:33:08 +0200 |
commit | 61b6d5092655bf2c5ca8cae76cb8b00edd974d2a (patch) | |
tree | 785c1a199ed799758d80ac673c21e1211b68b558 /www-apps/gitea | |
parent | net-fs/minio: Keyword 2021.04.18.19.26.29-r2 riscv, #873169 (diff) | |
download | gentoo-61b6d5092655bf2c5ca8cae76cb8b00edd974d2a.tar.gz gentoo-61b6d5092655bf2c5ca8cae76cb8b00edd974d2a.tar.bz2 gentoo-61b6d5092655bf2c5ca8cae76cb8b00edd974d2a.zip |
www-apps/gitea: Keyword 1.17.2 riscv, #873193
Signed-off-by: Chris Su <chris@lesscrowds.org>
Closes: https://github.com/gentoo/gentoo/pull/27496
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.17.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.17.2.ebuild b/www-apps/gitea/gitea-1.17.2.ebuild index 74bb5c10ec64..6a27a8ad7547 100644 --- a/www-apps/gitea/gitea-1.17.2.ebuild +++ b/www-apps/gitea/gitea-1.17.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/go-gitea/gitea.git" else SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}" |