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 83354138334 for ; Wed, 29 Aug 2018 01:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4499AE0896; Wed, 29 Aug 2018 01:07:42 +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 1E89BE0896 for ; Wed, 29 Aug 2018 01:07:42 +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 10DE034027D for ; Wed, 29 Aug 2018 01:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E363E0 for ; Wed, 29 Aug 2018 01:07:36 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1535504676.45f3972c361b49d961f6590a593f4e73da93cb2c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild X-VCS-Directories: dev-util/shellcheck/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 45f3972c361b49d961f6590a593f4e73da93cb2c X-VCS-Branch: master Date: Wed, 29 Aug 2018 01:07:36 +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: b0f84997-4072-4de8-80e6-7f1184c6fe95 X-Archives-Hash: dac7103adc618b2f05e4b07778f5f1cb commit: 45f3972c361b49d961f6590a593f4e73da93cb2c Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 29 01:04:36 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 29 01:04:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f3972c dev-util/shellcheck: x86 stable (bug #664252) Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild b/dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild index 7731bf5be61..24d151f97a7 100644 --- a/dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild +++ b/dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND="dev-haskell/aeson:=[profile?]