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 C3EF6138331 for ; Mon, 23 Apr 2018 14:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E5A2E0901; Mon, 23 Apr 2018 14:50:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DE50AE0901 for ; Mon, 23 Apr 2018 14:50:46 +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 7CA8E335C2E for ; Mon, 23 Apr 2018 14:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61E9292 for ; Mon, 23 Apr 2018 14:50:43 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524495029.9b1df32274ba1e0ab1e6f8768f8cce034697503b.bman@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.9.13.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 9b1df32274ba1e0ab1e6f8768f8cce034697503b X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:50:43 +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: 53517e34-62e6-4d2b-abb8-b5edd86377ad X-Archives-Hash: 84e9453b89f0ff61db5117bbb92c259a commit: 9b1df32274ba1e0ab1e6f8768f8cce034697503b Author: Luke Dashjr utopios org> AuthorDate: Wed Apr 18 03:21:03 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 14:50:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1df322 dev-util/perf: Keyword 4.9.13 ~ppc64 dev-util/perf/perf-4.9.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/perf/perf-4.9.13.ebuild b/dev-util/perf/perf-4.9.13.ebuild index 5041aed3f5f..e9c0e8f0c42 100644 --- a/dev-util/perf/perf-4.9.13.ebuild +++ b/dev-util/perf/perf-4.9.13.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 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="audit debug +demangle +doc gtk numa perl python slang unwind" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"