From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-850158-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F332E1384B4 for <garchives@archives.gentoo.org>; Sun, 6 Dec 2015 05:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26FD21C006; Sun, 6 Dec 2015 05:05:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6728221C006 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Dec 2015 05:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02B8B340998 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Dec 2015 05:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE5BABD for <gentoo-commits@lists.gentoo.org>; Sun, 6 Dec 2015 05:04:56 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1449378278.64534b789ddc97036d847a9c8a0bcb536e1280ff.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-0.18.4.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 64534b789ddc97036d847a9c8a0bcb536e1280ff X-VCS-Branch: master Date: Sun, 6 Dec 2015 05:04:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9b36731-5e16-459a-b13f-f4ae592c2d1d X-Archives-Hash: 4fc26918ff1e4508a334c3fd05f04681 commit: 64534b789ddc97036d847a9c8a0bcb536e1280ff Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Dec 6 05:04:38 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Dec 6 05:04:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64534b78 sys-apps/openrc: Stable for HPPA PPC64 (bug #567356). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches sys-apps/openrc/openrc-0.18.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/openrc/openrc-0.18.4.ebuild b/sys-apps/openrc/openrc-0.18.4.ebuild index be7a746..b53ece5 100644 --- a/sys-apps/openrc/openrc-0.18.4.ebuild +++ b/sys-apps/openrc/openrc-0.18.4.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2"