From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FF411388C0 for ; Sun, 21 Feb 2016 23:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85C7321C027; Sun, 21 Feb 2016 23:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CCE821C032 for ; Sun, 21 Feb 2016 23:45:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C57D2340AC9 for ; Sun, 21 Feb 2016 23:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A62311BA1 for ; Sun, 21 Feb 2016 23:44:55 +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: <1456098254.e88db02b4d77e62b077aa23744b4faba9d6b64e8.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.23.4.ebuild X-VCS-Directories: dev-libs/libgit2/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e88db02b4d77e62b077aa23744b4faba9d6b64e8 X-VCS-Branch: master Date: Sun, 21 Feb 2016 23:44:55 +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: f479dee4-31bf-49db-8e20-e04a3da845e4 X-Archives-Hash: 534ebb7da2cc811f14947bd420be4b82 commit: e88db02b4d77e62b077aa23744b4faba9d6b64e8 Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 21 16:10:52 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 21 23:44:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88db02b dev-libs/libgit2: amd64 stable, bug 566378 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64" dev-libs/libgit2/libgit2-0.23.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgit2/libgit2-0.23.4.ebuild b/dev-libs/libgit2/libgit2-0.23.4.ebuild index 4299de1..746b9b9 100644 --- a/dev-libs/libgit2/libgit2-0.23.4.ebuild +++ b/dev-libs/libgit2/libgit2-0.23.4.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 ~x86 ~ppc-macos" + KEYWORDS="amd64 ~arm ~x86 ~ppc-macos" fi DESCRIPTION="A linkable library for Git"