commit: a432830ba017e07fb40c03cf209579be9f0b59dc
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 06:17:10 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 06:17:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a432830b
www-apps/gitea: Stabilize 1.18.3 amd64, #892137
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-apps/gitea/gitea-1.18.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}"