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 0C6E513835A for ; Sat, 1 Aug 2020 08:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38CCAE09DB; Sat, 1 Aug 2020 08:53:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 21FEAE09DB for ; Sat, 1 Aug 2020 08:53:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53A3C34F496 for ; Sat, 1 Aug 2020 08:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E33309 for ; Sat, 1 Aug 2020 08:53:19 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1596271479.70e9507ce21c69dac13bce1ed9f618f5f230aee7.slyfox@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.28.5.ebuild X-VCS-Directories: dev-libs/libgit2/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 70e9507ce21c69dac13bce1ed9f618f5f230aee7 X-VCS-Branch: master Date: Sat, 1 Aug 2020 08:53:19 +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: a9e10dfb-fd15-48be-973f-5170b3ecc104 X-Archives-Hash: 61007c43e1c8344f530292bb736bd754 commit: 70e9507ce21c69dac13bce1ed9f618f5f230aee7 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 1 08:44:39 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 1 08:44:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e9507c dev-libs/libgit2: stable 0.28.5 for ppc stable wrt bug #733706 Package-Manager: Portage-3.0.1, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libgit2/libgit2-0.28.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgit2/libgit2-0.28.5.ebuild b/dev-libs/libgit2/libgit2-0.28.5.ebuild index f26d1e74fe6..567e2678a2d 100644 --- a/dev-libs/libgit2/libgit2-0.28.5.ebuild +++ b/dev-libs/libgit2/libgit2-0.28.5.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 arm64 ~ppc ppc64 x86 ~ppc-macos" + KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~ppc-macos" fi DESCRIPTION="A linkable library for Git"