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 EA9221388C0 for ; Fri, 26 Feb 2016 22:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D9B721C044; Fri, 26 Feb 2016 22:30:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37B1B21C04D for ; Fri, 26 Feb 2016 22:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E853D340CE5 for ; Fri, 26 Feb 2016 22:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 070052099 for ; Fri, 26 Feb 2016 22:30:49 +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: <1456525834.cc00a8c699425fe08691502559c11ff9e3c0b1fe.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/extra/extra-1.4.2.ebuild X-VCS-Directories: dev-haskell/extra/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: cc00a8c699425fe08691502559c11ff9e3c0b1fe X-VCS-Branch: master Date: Fri, 26 Feb 2016 22:30:49 +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: 886515a0-996b-470c-9a83-18e41134bb4c X-Archives-Hash: 77931fe27521f604905252fc9b5110db commit: cc00a8c699425fe08691502559c11ff9e3c0b1fe Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Feb 26 22:22:32 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Feb 26 22:30:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc00a8c6 dev-haskell/extra: stable for x86, amd64 Package-Manager: portage-2.2.27 dev-haskell/extra/extra-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/extra/extra-1.4.2.ebuild b/dev-haskell/extra/extra-1.4.2.ebuild index 6432d11..e55882b 100644 --- a/dev-haskell/extra/extra-1.4.2.ebuild +++ b/dev-haskell/extra/extra-1.4.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" # this package has nothing to do with extra:0 (aka Extra on hackage) SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:=