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 1AE3D1396D1 for ; Wed, 9 Aug 2017 21:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E5E3E0C5C; Wed, 9 Aug 2017 21:05:12 +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 407C2E0C58 for ; Wed, 9 Aug 2017 21:05:12 +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 DB508341744 for ; Wed, 9 Aug 2017 21:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA4075F4 for ; Wed, 9 Aug 2017 21:05:09 +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: <1502312662.257d806415f953e917b904245c56cf0022439659.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-1.3.7.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 257d806415f953e917b904245c56cf0022439659 X-VCS-Branch: master Date: Wed, 9 Aug 2017 21:05:09 +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: 3987a19a-a392-4188-b238-f26f485330cb X-Archives-Hash: c84a72399c569b1591ec0d55e2fd666e commit: 257d806415f953e917b904245c56cf0022439659 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Aug 9 21:04:22 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Aug 9 21:04:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257d8064 dev-util/pkgconf: keyworded 1.3.7 for ppc/ppc64, bug #617758 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc ppc64" dev-util/pkgconf/pkgconf-1.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgconf/pkgconf-1.3.7.ebuild b/dev-util/pkgconf/pkgconf-1.3.7.ebuild index d172bb444c8..71ddeb1b480 100644 --- a/dev-util/pkgconf/pkgconf-1.3.7.ebuild +++ b/dev-util/pkgconf/pkgconf-1.3.7.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86" fi inherit ltprune multilib-minimal