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 855F513832E for ; Sat, 30 Jul 2016 09:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C66921C09B; Sat, 30 Jul 2016 09:34:08 +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 5FFD0E0B8F for ; Sat, 30 Jul 2016 09:34:06 +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 7A8BB340CC4 for ; Sat, 30 Jul 2016 09:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 315CD2442 for ; Sat, 30 Jul 2016 09:34:01 +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: <1469871199.d60a06aa1de48d45c3cfad678f030bda23084aeb.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/orc/orc-0.4.25.ebuild X-VCS-Directories: dev-lang/orc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d60a06aa1de48d45c3cfad678f030bda23084aeb X-VCS-Branch: master Date: Sat, 30 Jul 2016 09:34:01 +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: 89d00873-22b3-4dbb-a05c-0e2b1487e296 X-Archives-Hash: 7bf65e8bde1bd51ca19615cae061673d commit: d60a06aa1de48d45c3cfad678f030bda23084aeb Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 30 09:16:19 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 30 09:33:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60a06aa dev-lang/orc: Stable for HPPA (bug #584468). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches dev-lang/orc/orc-0.4.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/orc/orc-0.4.25.ebuild b/dev-lang/orc/orc-0.4.25.ebuild index 8052418..8d33004 100644 --- a/dev-lang/orc/orc-0.4.25.ebuild +++ b/dev-lang/orc/orc-0.4.25.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="BSD BSD-2" SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm hppa ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples pax_kernel static-libs" RDEPEND=""