summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-09-29 08:17:17 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-09-29 08:17:17 +0300
commit7dcedfe611cc841c0c60d629078775dd334bf9d5 (patch)
tree44bb172c7e913168ba0c90369ab8725c77b35cd3
parentapp-shells/fzf: Stabilize 0.32.1 x86, #873370 (diff)
downloadgentoo-7dcedfe611cc841c0c60d629078775dd334bf9d5.tar.gz
gentoo-7dcedfe611cc841c0c60d629078775dd334bf9d5.tar.bz2
gentoo-7dcedfe611cc841c0c60d629078775dd334bf9d5.zip
www-apps/gitea: Stabilize 1.17.2 amd64, #873373
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--www-apps/gitea/gitea-1.17.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.17.2.ebuild b/www-apps/gitea/gitea-1.17.2.ebuild
index c0f056208ec7..74bb5c10ec64 100644
--- a/www-apps/gitea/gitea-1.17.2.ebuild
+++ b/www-apps/gitea/gitea-1.17.2.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 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
S="${WORKDIR}/${PN}-src-${PV}"