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 99D6B138334 for ; Tue, 2 Jul 2019 12:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC92E087B; Tue, 2 Jul 2019 12:14:36 +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 53236E087B for ; Tue, 2 Jul 2019 12:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D8927346E1A for ; Tue, 2 Jul 2019 12:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE2B6A1 for ; Tue, 2 Jul 2019 12:14:32 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1562069664.6e59e9c7dd6d8ba2b99d486163a28e833f0f9ee7.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/haskell-updater/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/haskell-updater/haskell-updater-1.3.1.ebuild X-VCS-Directories: app-admin/haskell-updater/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6e59e9c7dd6d8ba2b99d486163a28e833f0f9ee7 X-VCS-Branch: master Date: Tue, 2 Jul 2019 12:14:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33316a4e-6590-4d13-8882-4090b7666c31 X-Archives-Hash: 87f9efa7abc821f625076c5d65d1af82 commit: 6e59e9c7dd6d8ba2b99d486163a28e833f0f9ee7 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jul 2 12:14:24 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jul 2 12:14:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e59e9c7 app-admin/haskell-updater: x86 stable wrt bug #689138 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" app-admin/haskell-updater/haskell-updater-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild index a5971881eb2..f551ee82251 100644 --- a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ghc-6.12.1"