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 4EF851388C0 for ; Fri, 26 Feb 2016 22:31:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28A121C058; 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 A986C21C057 for ; Fri, 26 Feb 2016 22:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC9BC340CC4 for ; Fri, 26 Feb 2016 22:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9602320 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.6c682e336481bdf03116e45d2cbabdd03dc0ae7a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lens/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/lens/lens-4.6.0.1.ebuild X-VCS-Directories: dev-haskell/lens/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6c682e336481bdf03116e45d2cbabdd03dc0ae7a 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: 4a8ee406-0ea2-495e-8884-c081a676636e X-Archives-Hash: 4366e814bc2c48271274d9f6f695193d commit: 6c682e336481bdf03116e45d2cbabdd03dc0ae7a Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Feb 26 22:24:34 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=6c682e33 dev-haskell/lens: stable for x86, amd64 Package-Manager: portage-2.2.27 dev-haskell/lens/lens-4.6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/lens/lens-4.6.0.1.ebuild b/dev-haskell/lens/lens-4.6.0.1.ebuild index 82f32a6..0d9b27d 100644 --- a/dev-haskell/lens/lens-4.6.0.1.ebuild +++ b/dev-haskell/lens/lens-4.6.0.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="benchmark-uniplate dump-splices +inlining j old-inline-pragmas safe +test-doctests +test-hlint +test-hunit +test-properties +trustworthy" RDEPEND=">=dev-haskell/bifunctors-4:=[profile?]