diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-27 08:17:10 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-27 08:17:34 +0200 |
commit | a432830ba017e07fb40c03cf209579be9f0b59dc (patch) | |
tree | 77f73b574d8e6db5bec8c1cca791e1ff55d34869 /www-apps/gitea | |
parent | media-video/pipewire: add ref re lc3 (diff) | |
download | gentoo-a432830ba017e07fb40c03cf209579be9f0b59dc.tar.gz gentoo-a432830ba017e07fb40c03cf209579be9f0b59dc.tar.bz2 gentoo-a432830ba017e07fb40c03cf209579be9f0b59dc.zip |
www-apps/gitea: Stabilize 1.18.3 amd64, #892137
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.18.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.18.3.ebuild b/www-apps/gitea/gitea-1.18.3.ebuild index 14e3dc8458e3..c317c8a02e52 100644 --- a/www-apps/gitea/gitea-1.18.3.ebuild +++ b/www-apps/gitea/gitea-1.18.3.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 ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}" |