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 94976138330 for ; Sun, 27 May 2018 20:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C186E0929; Sun, 27 May 2018 20:14:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6118BE0929 for ; Sun, 27 May 2018 20:14:58 +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 1D836335CC9 for ; Sun, 27 May 2018 20:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788122A0 for ; Sun, 27 May 2018 20:14:55 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527452086.7a1366c11bdb8df11ccefca97b4aeea22adaeb6f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygit2/pygit2-0.26.4.ebuild X-VCS-Directories: dev-python/pygit2/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7a1366c11bdb8df11ccefca97b4aeea22adaeb6f X-VCS-Branch: master Date: Sun, 27 May 2018 20:14: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: 3a2b4db6-89cb-4918-a676-ab6ddefcb358 X-Archives-Hash: bb55b6cb686f888e022ceab1a6fa3a99 commit: 7a1366c11bdb8df11ccefca97b4aeea22adaeb6f Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 27 20:14:46 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 27 20:14:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1366c1 dev-python/pygit2: amd64 stable wrt bug #656626 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pygit2/pygit2-0.26.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygit2/pygit2-0.26.4.ebuild b/dev-python/pygit2/pygit2-0.26.4.ebuild index 6a061815e14..bfbe4773f7f 100644 --- a/dev-python/pygit2/pygit2-0.26.4.ebuild +++ b/dev-python/pygit2/pygit2-0.26.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND=" =dev-libs/libgit2-$(ver_cut 1-2)*