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 105F61388C0 for ; Sun, 21 Feb 2016 23:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1134B21C07C; Sun, 21 Feb 2016 23:25:29 +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 EF93B21C080 for ; Sun, 21 Feb 2016 23:25:27 +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 2E047340B9B for ; Sun, 21 Feb 2016 23:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 995661B8A for ; Sun, 21 Feb 2016 23:25:24 +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: <1456097102.f0c26b1e0d1d38e3804d1864f2c980c93cd33182.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/snap-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/snap-core/snap-core-0.9.8.0.ebuild X-VCS-Directories: dev-haskell/snap-core/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f0c26b1e0d1d38e3804d1864f2c980c93cd33182 X-VCS-Branch: master Date: Sun, 21 Feb 2016 23:25:24 +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: 2d356229-aa12-442f-b354-7c65a6123b4a X-Archives-Hash: 4b563f9cac3a560d29ccd975a101f1f9 commit: f0c26b1e0d1d38e3804d1864f2c980c93cd33182 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 21 23:10:36 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 21 23:25:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c26b1e dev-haskell/snap-core: amd64, x86 stable Package-Manager: portage-2.2.27 dev-haskell/snap-core/snap-core-0.9.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/snap-core/snap-core-0.9.8.0.ebuild b/dev-haskell/snap-core/snap-core-0.9.8.0.ebuild index cb4661a..66d0723 100644 --- a/dev-haskell/snap-core/snap-core-0.9.8.0.ebuild +++ b/dev-haskell/snap-core/snap-core-0.9.8.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug portable" RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]