diff options
author | Sam James <sam@gentoo.org> | 2024-01-20 12:59:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-20 13:00:17 +0000 |
commit | 1dc775b57c3daa973d1b82f568ca1259585bfe5a (patch) | |
tree | d79131f1f0ededa5775de3cd4d93297a83f0fbe8 /www-apps | |
parent | dev-php/xhprof: add 2.3.9 (diff) | |
download | gentoo-1dc775b57c3daa973d1b82f568ca1259585bfe5a.tar.gz gentoo-1dc775b57c3daa973d1b82f568ca1259585bfe5a.tar.bz2 gentoo-1dc775b57c3daa973d1b82f568ca1259585bfe5a.zip |
www-apps/gitea: Stabilize 1.21.3 amd64, #922536
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.21.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/gitea/gitea-1.21.3.ebuild b/www-apps/gitea/gitea-1.21.3.ebuild index 15ca9f045d07..4f440f06a8fc 100644 --- a/www-apps/gitea/gitea-1.21.3.ebuild +++ b/www-apps/gitea/gitea-1.21.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2016-2023 Gentoo Authors +# Copyright 2016-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}" |