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 721C51384C0 for ; Sun, 30 Aug 2015 22:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 897AE14331; Sun, 30 Aug 2015 22:19:42 +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 C15AD14331 for ; Sun, 30 Aug 2015 22:19:41 +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 99188340917 for ; Sun, 30 Aug 2015 22:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDD07194 for ; Sun, 30 Aug 2015 22:19:31 +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: <1440973152.37f9f0aff0c79262c02e72679a86fa2e3f753a09.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-expectations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild X-VCS-Directories: dev-haskell/hspec-expectations/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 37f9f0aff0c79262c02e72679a86fa2e3f753a09 X-VCS-Branch: master Date: Sun, 30 Aug 2015 22:19:31 +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: 5318b12e-74e5-4d64-9aaa-871f247fa685 X-Archives-Hash: f60b47a79ade2a8e8a738b55429fc55c commit: 37f9f0aff0c79262c02e72679a86fa2e3f753a09 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Aug 30 22:09:21 2015 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 30 22:19:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f9f0af dev-haskell/hspec-expectations: stable on amd64/x86, bug #554002 Package-Manager: portage-2.2.20 dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild b/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild index 20c934e..c7aeca7 100644 --- a/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild +++ b/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-haskell/hunit:=[profile?]