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 8082A1396D0 for ; Wed, 4 Oct 2017 08:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8888E0E06; Wed, 4 Oct 2017 08:13:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84C41E0E06 for ; Wed, 4 Oct 2017 08:13:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59136341801 for ; Wed, 4 Oct 2017 08:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D9D909B for ; Wed, 4 Oct 2017 08:13:37 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1507104808.ae9649f7f4162b3670fae4c31d752646a8de21b5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/dash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/dash/dash-0.5.9.1-r3.ebuild X-VCS-Directories: app-shells/dash/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ae9649f7f4162b3670fae4c31d752646a8de21b5 X-VCS-Branch: master Date: Wed, 4 Oct 2017 08:13:37 +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: 6c3a0f95-1c16-4f07-9029-b5f592ea80b4 X-Archives-Hash: 5318dee220424b52bc60aa7655e6cd12 commit: ae9649f7f4162b3670fae4c31d752646a8de21b5 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 4 08:08:49 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Oct 4 08:13:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9649f7 app-shells/dash: stable 0.5.9.1-r3 for ppc64, bug #631572 Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" app-shells/dash/dash-0.5.9.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/dash/dash-0.5.9.1-r3.ebuild b/app-shells/dash/dash-0.5.9.1-r3.ebuild index 1928dd762ef..445e4265793 100644 --- a/app-shells/dash/dash-0.5.9.1-r3.ebuild +++ b/app-shells/dash/dash-0.5.9.1-r3.ebuild @@ -19,7 +19,7 @@ fi LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libedit static vanilla" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"