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 B84881385E0 for ; Sat, 5 Sep 2015 18:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42C71427E; Sat, 5 Sep 2015 18:44:17 +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 324A21427E for ; Sat, 5 Sep 2015 18:44:17 +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 3A31D34092A for ; Sat, 5 Sep 2015 18:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 715C7189 for ; Sat, 5 Sep 2015 18:44:14 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1441478492.7465c0b9ac7bc1385a31bbfd4c9ebdbc86e4e3ee.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/yaml/yaml-0.8.10.1.ebuild X-VCS-Directories: dev-haskell/yaml/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7465c0b9ac7bc1385a31bbfd4c9ebdbc86e4e3ee X-VCS-Branch: master Date: Sat, 5 Sep 2015 18:44:14 +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: f57824bb-c29a-4181-8d10-95c037508387 X-Archives-Hash: e58293f7291b3d5af50896988d2eab7f commit: 7465c0b9ac7bc1385a31bbfd4c9ebdbc86e4e3ee Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 5 18:39:03 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 5 18:41:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7465c0b9 dev-haskell/yaml: x86 stable wrt bug #550392 Package-Manager: portage-2.2.20.1 dev-haskell/yaml/yaml-0.8.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/yaml/yaml-0.8.10.1.ebuild b/dev-haskell/yaml/yaml-0.8.10.1.ebuild index 8d70731..ca28c67 100644 --- a/dev-haskell/yaml/yaml-0.8.10.1.ebuild +++ b/dev-haskell/yaml/yaml-0.8.10.1.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="no-exe unicode system-libyaml" RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]