summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-26 09:47:47 +0000
committerSam James <sam@gentoo.org>2022-12-26 09:47:47 +0000
commite4971a0173a60f089f6960c554f7968ab788ad08 (patch)
treedc4dc8f3d55df2dac8fbf37d55c0ecfaf4010824
parentsys-apps/hwdata: add 0.365 (diff)
downloadgentoo-e4971a0173a60f089f6960c554f7968ab788ad08.tar.gz
gentoo-e4971a0173a60f089f6960c554f7968ab788ad08.tar.bz2
gentoo-e4971a0173a60f089f6960c554f7968ab788ad08.zip
www-apps/gitea: Stabilize 1.17.4 amd64, #888491
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--www-apps/gitea/gitea-1.17.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.17.4.ebuild b/www-apps/gitea/gitea-1.17.4.ebuild
index c3facdc15fbb..6a27a8ad7547 100644
--- a/www-apps/gitea/gitea-1.17.4.ebuild
+++ b/www-apps/gitea/gitea-1.17.4.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}"