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 52D431384C0 for ; Sun, 30 Aug 2015 22:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02A1F14324; Sun, 30 Aug 2015 22:19:35 +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 5ED091431F for ; Sun, 30 Aug 2015 22:19:35 +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 9EF523408EC for ; Sun, 30 Aug 2015 22:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2069B188 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: <1440973129.c4ae2d3a54bd4456b45b3fcac759bbd4e44a46b0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/x509-validation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/x509-validation/x509-validation-1.5.2.ebuild X-VCS-Directories: dev-haskell/x509-validation/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c4ae2d3a54bd4456b45b3fcac759bbd4e44a46b0 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: 2c718a10-3140-43f9-bfbf-bb109aea1a8b X-Archives-Hash: de8dfd05deeb2b33f5c6fa32c62dca80 commit: c4ae2d3a54bd4456b45b3fcac759bbd4e44a46b0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Aug 30 21:24:33 2015 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 30 22:18:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae2d3a dev-haskell/x509-validation: stable on amd64/x86, bug #554002 Package-Manager: portage-2.2.20 dev-haskell/x509-validation/x509-validation-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/x509-validation/x509-validation-1.5.2.ebuild b/dev-haskell/x509-validation/x509-validation-1.5.2.ebuild index e8c3642..5c7ba56 100644 --- a/dev-haskell/x509-validation/x509-validation-1.5.2.ebuild +++ b/dev-haskell/x509-validation/x509-validation-1.5.2.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-haskell/asn1-encoding-0.9:=[profile?]