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 C8F13138330 for ; Sat, 1 Oct 2016 00:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FEC21C093; Sat, 1 Oct 2016 00:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D75321C093 for ; Sat, 1 Oct 2016 00:54:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFA05340B53 for ; Sat, 1 Oct 2016 00:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E83A24B5 for ; Sat, 1 Oct 2016 00:54:45 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475283239.41c5ba17a3e0bb32ba4ca47942c2b56c3661e8f3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgit2/libgit2-0.24.1.ebuild X-VCS-Directories: dev-libs/libgit2/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 41c5ba17a3e0bb32ba4ca47942c2b56c3661e8f3 X-VCS-Branch: master Date: Sat, 1 Oct 2016 00:54:45 +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-Archives-Salt: fc961a0c-e747-41ff-8e4b-e8e055b7ac7a X-Archives-Hash: 34a28eab136eb386ffbf844c7b7a199e commit: 41c5ba17a3e0bb32ba4ca47942c2b56c3661e8f3 Author: Pacho Ramos gentoo org> AuthorDate: Fri Sep 30 22:51:28 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 1 00:53:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c5ba17 dev-libs/libgit2: x86 stable, bug 587010 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" dev-libs/libgit2/libgit2-0.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgit2/libgit2-0.24.1.ebuild b/dev-libs/libgit2/libgit2-0.24.1.ebuild index bffbb6a..902f9f4 100644 --- a/dev-libs/libgit2/libgit2-0.24.1.ebuild +++ b/dev-libs/libgit2/libgit2-0.24.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-macos" + KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos" fi DESCRIPTION="A linkable library for Git"