diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-05-02 09:04:07 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-02 09:04:29 +0300 |
commit | 4680e63668e330de3f995969dc7b2c98c5bc795a (patch) | |
tree | c1b6f36b7e2fdc58e9589b87b9ffc8776fa66037 /www-apps | |
parent | app-misc/vcontrold: Updated the maintainer email address (diff) | |
download | gentoo-4680e63668e330de3f995969dc7b2c98c5bc795a.tar.gz gentoo-4680e63668e330de3f995969dc7b2c98c5bc795a.tar.bz2 gentoo-4680e63668e330de3f995969dc7b2c98c5bc795a.zip |
www-apps/gitea: Stabilize 1.16.5 amd64, #841761
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.16.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |