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 BAADA59CAF for ; Tue, 5 Apr 2016 11:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7FC2E0851; Tue, 5 Apr 2016 11:56:57 +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 6583AE0851 for ; Tue, 5 Apr 2016 11:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CD5D8340E66 for ; Tue, 5 Apr 2016 11:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F2D481 for ; Tue, 5 Apr 2016 11:56:51 +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: <1459857308.f18368ae915e58eb677e66d08eb874ce9f545ab4.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: f18368ae915e58eb677e66d08eb874ce9f545ab4 X-VCS-Branch: master Date: Tue, 5 Apr 2016 11:56:51 +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: d08f2015-30a3-45a6-8da2-9a4d17c156da X-Archives-Hash: a2bea934c5a2cd100537bdc99b342332 commit: f18368ae915e58eb677e66d08eb874ce9f545ab4 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 5 11:55:08 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 5 11:55:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18368ae dev-util/oprofile: Stable for HPPA (bug #577752). Package-Manager: portage-2.2.28 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 2f76ec2..cc4d05f 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