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 6F99F1382A5 for ; Thu, 2 Jun 2016 19:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DABB142B3; Thu, 2 Jun 2016 19:10:23 +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 9F61B142B3 for ; Thu, 2 Jun 2016 19:10:22 +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 D7135340DE3 for ; Thu, 2 Jun 2016 19:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E68980 for ; Thu, 2 Jun 2016 19:10:19 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1464894615.bae7ae6c9daf8b14386cc14c3c40d8e5d9331844.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: bae7ae6c9daf8b14386cc14c3c40d8e5d9331844 X-VCS-Branch: master Date: Thu, 2 Jun 2016 19:10:19 +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: 15e021a0-199b-417d-adac-3a9227a3af45 X-Archives-Hash: feef0cd5b3191709d1a676c891919a48 commit: bae7ae6c9daf8b14386cc14c3c40d8e5d9331844 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Jun 2 19:09:45 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Jun 2 19:10:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae7ae6c dev-util/oprofile-1.1.0-r1: add alpha keyword Gentoo-Bug: 577752 Package-Manager: portage-2.3.0_rc1 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 dd22657..914d365 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