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 6E32E138283 for ; Fri, 27 May 2016 03:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27DA821C04D; Fri, 27 May 2016 03:03:03 +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 CA42721C04D for ; Fri, 27 May 2016 03:03:02 +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 686FC340CE4 for ; Fri, 27 May 2016 03:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E40F8983 for ; Fri, 27 May 2016 03:02:58 +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: <1464318162.764056cf19f3ee30fc54f541094fd0a8bc0b8466.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pax-utils/pax-utils-1.1.6.ebuild X-VCS-Directories: app-misc/pax-utils/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 764056cf19f3ee30fc54f541094fd0a8bc0b8466 X-VCS-Branch: master Date: Fri, 27 May 2016 03:02:58 +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: 20cca4a3-8140-40be-aff7-730caba8fe9b X-Archives-Hash: 7e139caab45e6861c4556e62d2f3f2c7 commit: 764056cf19f3ee30fc54f541094fd0a8bc0b8466 Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 27 03:02:42 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 27 03:02:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764056cf app-misc/pax-utils: Stable for HPPA PPC64 (bug #584100). Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches app-misc/pax-utils/pax-utils-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/pax-utils/pax-utils-1.1.6.ebuild b/app-misc/pax-utils/pax-utils-1.1.6.ebuild index 75ce98d..eb74529 100644 --- a/app-misc/pax-utils/pax-utils-1.1.6.ebuild +++ b/app-misc/pax-utils/pax-utils-1.1.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -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" IUSE="caps debug python seccomp" RDEPEND="caps? ( >=sys-libs/libcap-2.24 )