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 BDE3F13826A for ; Wed, 25 May 2016 06:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81BD223400F; Wed, 25 May 2016 06:52:18 +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 F329923400F for ; Wed, 25 May 2016 06:52:17 +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 95CF2340DC2 for ; Wed, 25 May 2016 06:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7744968 for ; Wed, 25 May 2016 06:52:14 +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: <1464159023.b13f0e5fa942bee491cae7f99a2f87b902c3b058.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-3.3.11-r3.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b13f0e5fa942bee491cae7f99a2f87b902c3b058 X-VCS-Branch: master Date: Wed, 25 May 2016 06:52:14 +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: 6837c304-aa2c-4e2f-8fec-7ff9e04e568d X-Archives-Hash: f362b08e74b9913831fe39eeb230424f commit: b13f0e5fa942bee491cae7f99a2f87b902c3b058 Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 25 06:50:23 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 25 06:50:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13f0e5f sys-process/procps: Stable for HPPA (bug #583978). Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches sys-process/procps/procps-3.3.11-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/procps/procps-3.3.11-r3.ebuild b/sys-process/procps/procps-3.3.11-r3.ebuild index af077a8..742ab2d 100644 --- a/sys-process/procps/procps-3.3.11-r3.ebuild +++ b/sys-process/procps/procps-3.3.11-r3.ebuild @@ -17,7 +17,7 @@ https://gitlab.com/procps-ng/procps/commit/b2f49b105d23c833d733bf7dfb99cb98e4cae LICENSE="GPL-2" SLOT="0/5" # libprocps.so -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="+kill +ncurses modern-top nls selinux static-libs systemd test unicode" RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] )