diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-04-16 08:41:58 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-04-16 08:41:58 +0300 |
commit | 3b117f00e47198ad231d821c2d37b211b186a408 (patch) | |
tree | 7ed2332d6eade32cf95754b3efbffecc72b10453 /www-apps | |
parent | app-shells/nushell: drop 0.89.0 (diff) | |
download | gentoo-3b117f00e47198ad231d821c2d37b211b186a408.tar.gz gentoo-3b117f00e47198ad231d821c2d37b211b186a408.tar.bz2 gentoo-3b117f00e47198ad231d821c2d37b211b186a408.zip |
www-apps/gitea: Stabilize 1.21.8 amd64, #930040
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.21.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.21.8.ebuild b/www-apps/gitea/gitea-1.21.8.ebuild index 7a37bd3df1e3..df7f876a0823 100644 --- a/www-apps/gitea/gitea-1.21.8.ebuild +++ b/www-apps/gitea/gitea-1.21.8.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 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}" |