diff options
author | Sam James <sam@gentoo.org> | 2024-11-14 01:48:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-14 01:48:12 +0000 |
commit | 280126cd9ae05a01c7522ed3a338504edda73ffd (patch) | |
tree | f9b236ac2db8118f5d25e7e0319d9579c5dc0800 /www-apps | |
parent | sys-kernel/rt-sources: add 6.6.58_p45, drop 6.6.52_p43 (diff) | |
download | gentoo-280126cd9ae05a01c7522ed3a338504edda73ffd.tar.gz gentoo-280126cd9ae05a01c7522ed3a338504edda73ffd.tar.bz2 gentoo-280126cd9ae05a01c7522ed3a338504edda73ffd.zip |
www-apps/gitea: Stabilize 1.22.3 amd64, #943347
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.22.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.22.3.ebuild b/www-apps/gitea/gitea-1.22.3.ebuild index dd49814314cb..8a70b8201757 100644 --- a/www-apps/gitea/gitea-1.22.3.ebuild +++ b/www-apps/gitea/gitea-1.22.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${ S="${WORKDIR}/${PN}-src-${PV}" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" IUSE="+acct gogit pam sqlite pie" DEPEND=" |