diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-17 17:23:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-17 17:23:49 +0200 |
commit | 5b6fa6057b99b83ce1b092f0bde7871b89a0ea15 (patch) | |
tree | 0605daada397d1ec57333581b7da46043ab16dc9 /dev-vcs | |
parent | sci-visualization/gnuplot: x86 stable wrt bug #689718 (diff) | |
download | gentoo-5b6fa6057b99b83ce1b092f0bde7871b89a0ea15.tar.gz gentoo-5b6fa6057b99b83ce1b092f0bde7871b89a0ea15.tar.bz2 gentoo-5b6fa6057b99b83ce1b092f0bde7871b89a0ea15.zip |
dev-vcs/gitolite: x86 stable wrt bug #689794
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitolite/gitolite-3.6.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitolite/gitolite-3.6.11.ebuild b/dev-vcs/gitolite/gitolite-3.6.11.ebuild index d81abf1fa40e..1020919025d5 100644 --- a/dev-vcs/gitolite/gitolite-3.6.11.ebuild +++ b/dev-vcs/gitolite/gitolite-3.6.11.ebuild @@ -12,10 +12,10 @@ DESCRIPTION="Highly flexible server for git directory version tracker" HOMEPAGE="https://github.com/sitaramc/gitolite" if [[ ${PV} != *9999 ]]; then SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" else SRC_URI="" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" |