commit: 4680e63668e330de3f995969dc7b2c98c5bc795a Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon May 2 06:04:07 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon May 2 06:04:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4680e636
www-apps/gitea: Stabilize 1.16.5 amd64, #841761 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-apps/gitea/gitea-1.16.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.16.5.ebuild b/www-apps/gitea/gitea-1.16.5.ebuild index eaeda1a3f382..c213d90dc38d 100644 --- a/www-apps/gitea/gitea-1.16.5.ebuild +++ b/www-apps/gitea/gitea-1.16.5.ebuild @@ -8,7 +8,7 @@ inherit fcaps go-module tmpfiles systemd DESCRIPTION="A painless self-hosted Git service" HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea" SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" S="${WORKDIR}" LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"