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 BCC4D138334 for ; Mon, 4 Jun 2018 19:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78054E0BB5; Mon, 4 Jun 2018 19:26:02 +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 419EFE0BB3 for ; Mon, 4 Jun 2018 19:26:02 +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 B6D6B335C99 for ; Mon, 4 Jun 2018 19:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5392CF for ; Mon, 4 Jun 2018 19:25:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1528138629.8d653f831d5f0b11a6b286a98ce0d4800f9ec2ec.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-4.14.33.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8d653f831d5f0b11a6b286a98ce0d4800f9ec2ec X-VCS-Branch: master Date: Mon, 4 Jun 2018 19:25:57 +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: 26d4c87c-a477-4e41-9d22-66e3f7686ff8 X-Archives-Hash: 5407e3e18e08885c9b3339e1da05e8f0 commit: 8d653f831d5f0b11a6b286a98ce0d4800f9ec2ec Author: Alex Bennée linaro org> AuthorDate: Fri May 18 09:23:06 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 4 18:57:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d653f83 dev-util/perf: add ~arm64 keyword dev-util/perf/perf-4.14.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/perf/perf-4.14.33.ebuild b/dev-util/perf/perf-4.14.33.ebuild index c7290b313e2..60953040271 100644 --- a/dev-util/perf/perf-4.14.33.ebuild +++ b/dev-util/perf/perf-4.14.33.ebuild @@ -37,7 +37,7 @@ SRC_URI+=" mirror://kernel/linux/kernel/v${LINUX_V}/${LINUX_SOURCES}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="audit debug +demangle +doc gtk numa perl python slang unwind" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"