diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-12 16:33:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-12 16:43:29 +0100 |
commit | 10fdaeb87924d258a9011162fa50166d8f100e2e (patch) | |
tree | cd198ff0b9f9e18d75bfbfd79ae657f499e901b4 /dev-vcs/gitolite | |
parent | media-libs/leptonica: x86 stable wrt bug #608494 (diff) | |
download | gentoo-10fdaeb87924d258a9011162fa50166d8f100e2e.tar.gz gentoo-10fdaeb87924d258a9011162fa50166d8f100e2e.tar.bz2 gentoo-10fdaeb87924d258a9011162fa50166d8f100e2e.zip |
dev-vcs/gitolite: x86 stable wrt bug #603158
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs/gitolite')
-rw-r--r-- | dev-vcs/gitolite/gitolite-3.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitolite/gitolite-3.6.6.ebuild b/dev-vcs/gitolite/gitolite-3.6.6.ebuild index adff9fda59c2..c15936998502 100644 --- a/dev-vcs/gitolite/gitolite-3.6.6.ebuild +++ b/dev-vcs/gitolite/gitolite-3.6.6.ebuild @@ -13,10 +13,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/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" else SRC_URI="" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" |