summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-02 04:35:31 +0000
committerSam James <sam@gentoo.org>2023-12-02 04:35:31 +0000
commit846888d7dfa177e3cbbfcdbb43134fd1fb61c18d (patch)
tree5f5bffa66543f8d5748ceeb1b3aa2fd8845a4475 /dev-vcs
parentapp-shells/bash: fix another configure check for modern c (diff)
downloadgentoo-846888d7dfa177e3cbbfcdbb43134fd1fb61c18d.tar.gz
gentoo-846888d7dfa177e3cbbfcdbb43134fd1fb61c18d.tar.bz2
gentoo-846888d7dfa177e3cbbfcdbb43134fd1fb61c18d.zip
dev-vcs/gitolite: Stabilize 3.6.13 arm, #919002
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitolite/gitolite-3.6.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/gitolite/gitolite-3.6.13.ebuild b/dev-vcs/gitolite/gitolite-3.6.13.ebuild
index 5b07820b7a75..5432e0c63527 100644
--- a/dev-vcs/gitolite/gitolite-3.6.13.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.13.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
else
SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 arm ~x86"
fi
LICENSE="GPL-2"