summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-13 14:19:53 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-13 14:19:53 +0000
commit4d44554c9f5fcb4d91951d6114a6c15337922fa6 (patch)
treea5e8b3f06bd94dc8da1933d97d6974fd26746ead /dev-vcs
parentx11-plugins/wmpager: use HTTPS (diff)
downloadgentoo-4d44554c9f5fcb4d91951d6114a6c15337922fa6.tar.gz
gentoo-4d44554c9f5fcb4d91951d6114a6c15337922fa6.tar.bz2
gentoo-4d44554c9f5fcb4d91951d6114a6c15337922fa6.zip
dev-vcs/gitolite: Stabilize 3.6.12 amd64, #908171
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitolite/gitolite-3.6.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/gitolite/gitolite-3.6.12.ebuild b/dev-vcs/gitolite/gitolite-3.6.12.ebuild
index fbc756f21b44..f3da6586996a 100644
--- a/dev-vcs/gitolite/gitolite-3.6.12.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.12.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"