From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0490F1381F1 for ; Wed, 25 May 2016 05:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A27234013; Wed, 25 May 2016 05:59:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1AEF234013 for ; Wed, 25 May 2016 05:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0953340CC8 for ; Wed, 25 May 2016 05:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6581DAA2 for ; Wed, 25 May 2016 05:59:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1464155946.aa6c1aa52789e927d1d3296e15e7bb3741b07336.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/oprofile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/oprofile/oprofile-1.1.0-r1.ebuild X-VCS-Directories: dev-util/oprofile/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: aa6c1aa52789e927d1d3296e15e7bb3741b07336 X-VCS-Branch: master Date: Wed, 25 May 2016 05:59:37 +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: 4153c4c9-1f14-4bdb-af2b-91e0e3c2536a X-Archives-Hash: 0e76c24b1a21b0070d7deb2cd14d4e6e commit: aa6c1aa52789e927d1d3296e15e7bb3741b07336 Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 25 05:59:06 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 25 05:59:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6c1aa5 dev-util/oprofile: Stable for PPC64 (bug #577752). Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches dev-util/oprofile/oprofile-1.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild index 4fdb744..dd22657 100644 --- a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild +++ b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86" IUSE="java pch" RDEPEND=">=dev-libs/popt-1.7-r1