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 83DBC138334 for ; Sun, 18 Nov 2018 12:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8073FE0E90; Sun, 18 Nov 2018 12:35:13 +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 5DC5BE0E90 for ; Sun, 18 Nov 2018 12:35:13 +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 6E2A3335C36 for ; Sun, 18 Nov 2018 12:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493BE468 for ; Sun, 18 Nov 2018 12:35:10 +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: <1542544504.1c3c3702d1e92c5e1d4b0f3e3a9a7accf5d9712a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpfm/libpfm-4.8.0.ebuild X-VCS-Directories: dev-libs/libpfm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1c3c3702d1e92c5e1d4b0f3e3a9a7accf5d9712a X-VCS-Branch: master Date: Sun, 18 Nov 2018 12:35:10 +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: a74ec849-fe6b-4f25-aabe-33346a3b5476 X-Archives-Hash: e0bc19cfbcbf0e34e676178aac1641bb commit: 1c3c3702d1e92c5e1d4b0f3e3a9a7accf5d9712a Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 18 12:34:44 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 18 12:35:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3c3702 dev-libs/libpfm: Add ~arm keyword wrt bug #666651 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libpfm/libpfm-4.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpfm/libpfm-4.8.0.ebuild b/dev-libs/libpfm/libpfm-4.8.0.ebuild index d5143136484..7993693fc1a 100644 --- a/dev-libs/libpfm/libpfm-4.8.0.ebuild +++ b/dev-libs/libpfm/libpfm-4.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz" LICENSE="GPL-2 MIT" SLOT="0/4" -KEYWORDS="~amd64 ppc64 ~x86" +KEYWORDS="~amd64 ~arm ppc64 ~x86" IUSE="static-libs" DEPEND=""