diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-02-02 15:51:16 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-02-05 01:08:03 +0800 |
commit | fc0a6e4c895c9fe587d013fee88958877e6b09e2 (patch) | |
tree | 46b511add56c14f23bc02c594934f9b0756ebb0f /www-apps/gitea | |
parent | dev-python/mysqlclient: add 2.2.3 (diff) | |
download | gentoo-fc0a6e4c895c9fe587d013fee88958877e6b09e2.tar.gz gentoo-fc0a6e4c895c9fe587d013fee88958877e6b09e2.tar.bz2 gentoo-fc0a6e4c895c9fe587d013fee88958877e6b09e2.zip |
www-apps/gitea: keyword 1.21.5 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.21.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.21.5.ebuild b/www-apps/gitea/gitea-1.21.5.ebuild index 76564afb3f18..7a37bd3df1e3 100644 --- a/www-apps/gitea/gitea-1.21.5.ebuild +++ b/www-apps/gitea/gitea-1.21.5.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 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}" |