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 840A513888F for ; Sun, 4 Oct 2015 09:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDEA21C009; Sun, 4 Oct 2015 09:59: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 D422621C009 for ; Sun, 4 Oct 2015 09:59:15 +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 E90DC340923 for ; Sun, 4 Oct 2015 09:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B9864B5 for ; Sun, 4 Oct 2015 09:59:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1443952744.7fcfbe0dde89cb1be24f113b948e2f61220dcdfa.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/conduit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/conduit/conduit-1.0.15.1.ebuild X-VCS-Directories: dev-haskell/conduit/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7fcfbe0dde89cb1be24f113b948e2f61220dcdfa X-VCS-Branch: master Date: Sun, 4 Oct 2015 09:59:12 +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: 656d3224-51ce-489a-b415-e7435ddf1ea4 X-Archives-Hash: 8135d7e8edf565b8652eb3adb61bd614 commit: 7fcfbe0dde89cb1be24f113b948e2f61220dcdfa Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Oct 4 09:59:04 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Oct 4 09:59:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcfbe0d dev-haskell/conduit: amd64 stable wrt bug #550394 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" dev-haskell/conduit/conduit-1.0.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/conduit/conduit-1.0.15.1.ebuild b/dev-haskell/conduit/conduit-1.0.15.1.ebuild index 70cdb99..caf8ea8 100644 --- a/dev-haskell/conduit/conduit-1.0.15.1.ebuild +++ b/dev-haskell/conduit/conduit-1.0.15.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="nohandles" RDEPEND=">=dev-haskell/lifted-base-0.1:=[profile?]