From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E6B4138334 for ; Mon, 15 Jul 2019 14:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B0CCE089E; Mon, 15 Jul 2019 14:17:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CDEEE089E for ; Mon, 15 Jul 2019 14:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C58F3347BF1 for ; Mon, 15 Jul 2019 14:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D2C46F1 for ; Mon, 15 Jul 2019 14:17:14 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1563200218.7a0eb466b087c1e73e37b5d1c1c2e367dc0929ff.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/gitolite/gitolite-3.6.11.ebuild X-VCS-Directories: dev-vcs/gitolite/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7a0eb466b087c1e73e37b5d1c1c2e367dc0929ff X-VCS-Branch: master Date: Mon, 15 Jul 2019 14:17:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9940523-a4e9-431d-a3ef-c6a7b56731e4 X-Archives-Hash: 24dc94ab2d127a58046702b87b4144e6 commit: 7a0eb466b087c1e73e37b5d1c1c2e367dc0929ff Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jul 15 14:16:58 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jul 15 14:16:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0eb466 dev-vcs/gitolite: amd64 stable wrt bug #689794 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-vcs/gitolite/gitolite-3.6.11.ebuild | 4 ++-- 1 file 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 8da763ed6c3..d81abf1fa40 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"