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 82C0B1382C5 for ; Sat, 14 Apr 2018 20:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D96E083B; Sat, 14 Apr 2018 20:36:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 754DFE083B for ; Sat, 14 Apr 2018 20:36:31 +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 839C5335C60 for ; Sat, 14 Apr 2018 20:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82092274 for ; Sat, 14 Apr 2018 20:36:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1523737898.6d98e97b51c536ba9b80c8e5c997b85969840353.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6d98e97b51c536ba9b80c8e5c997b85969840353 X-VCS-Branch: master Date: Sat, 14 Apr 2018 20:36:28 +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: e1ba4230-5923-44cb-ad77-06b9735b88b9 X-Archives-Hash: 321cff11a46761720fded590219bf174 commit: 6d98e97b51c536ba9b80c8e5c997b85969840353 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 14 20:31:38 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 14 20:31:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d98e97b app-shells/dash-0.5.9.1-r3: arm64 stable (bug #631572) Package-Manager: Portage-2.3.28, Repoman-2.3.9 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 fb1c4d4a5fe..bc87d2fecc0 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 ) )"