diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-26 13:28:41 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-26 13:28:41 +0000 |
commit | 6df5878472586e990c2482a3551eed927c783f57 (patch) | |
tree | d9ba72ffffa365a16b206e77b9b23c9d2869fa2d /dev-vcs | |
parent | dev-python/botocore: Remove old (diff) | |
download | gentoo-6df5878472586e990c2482a3551eed927c783f57.tar.gz gentoo-6df5878472586e990c2482a3551eed927c783f57.tar.bz2 gentoo-6df5878472586e990c2482a3551eed927c783f57.zip |
dev-vcs/gitolite-gentoo: Stabilize 3.6.13.1 x86, #942162
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild index 3b9c695dafa0..c9df851616c5 100644 --- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild +++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.gentoo.org/fork/gitolite-gentoo.git/" if [[ ${PV} != *9999 ]]; then SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2" |