summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-05-27 11:12:24 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-05-27 11:24:44 +0300
commitd16a8ddb2c4915005a71fe50c6f48785cc712df9 (patch)
treec2a97b086abb1f0c7f567d6f7a9814f716529659 /www-apps
parentapp-admin/syslog-ng: update deps on 4.2.0 (diff)
downloadgentoo-d16a8ddb2c4915005a71fe50c6f48785cc712df9.tar.gz
gentoo-d16a8ddb2c4915005a71fe50c6f48785cc712df9.tar.bz2
gentoo-d16a8ddb2c4915005a71fe50c6f48785cc712df9.zip
www-apps/gitea: DirectStableKeywords
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gitea/gitea-1.19.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.19.3.ebuild b/www-apps/gitea/gitea-1.19.3.ebuild
index 12114bd9abec..f0f8d4eb4e24 100644
--- a/www-apps/gitea/gitea-1.19.3.ebuild
+++ b/www-apps/gitea/gitea-1.19.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}"