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 E6B5013825A for ; Sun, 15 May 2016 17:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FED1234027; Sun, 15 May 2016 17:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A5EA234014 for ; Sun, 15 May 2016 17:41:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76109340BE8 for ; Sun, 15 May 2016 17:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15FEB974 for ; Sun, 15 May 2016 17:40:56 +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: <1463333988.238873cf91e0f0725c34ab063e5b858c8d36ebe8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/base16-bytestring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild X-VCS-Directories: dev-haskell/base16-bytestring/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 238873cf91e0f0725c34ab063e5b858c8d36ebe8 X-VCS-Branch: master Date: Sun, 15 May 2016 17:40:56 +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: 92d72077-0935-4399-bf34-3cdc46f290ec X-Archives-Hash: 46e97697fd9b37633e99263bbd3e527f commit: 238873cf91e0f0725c34ab063e5b858c8d36ebe8 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 15 17:17:25 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 15 17:39:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238873cf dev-haskell/base16-bytestring: amd64/x86 stable, bug #563090 Package-Manager: portage-2.2.28 dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild index e5548c2..9af14e9 100644 --- a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild +++ b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.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="" RDEPEND=">=dev-lang/ghc-6.10.4:=