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 232FB13881D for ; Wed, 23 Sep 2015 12:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D15F21C08E; Wed, 23 Sep 2015 12:52:09 +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 C2A2021C08F for ; Wed, 23 Sep 2015 12:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCE87340A15 for ; Wed, 23 Sep 2015 12:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86C8242 for ; Wed, 23 Sep 2015 12:52:00 +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: <1443012710.db4e51509d05064fb5ebbe3f0d68aec4c7e4f16c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/haskeline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/haskeline/haskeline-0.7.1.3.ebuild X-VCS-Directories: dev-haskell/haskeline/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: db4e51509d05064fb5ebbe3f0d68aec4c7e4f16c X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:52:00 +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: 8e5e6e5d-14f7-4123-8b8e-9e93ab56473b X-Archives-Hash: ef4eadf9d6a8ed7724922ea424d90dc6 commit: db4e51509d05064fb5ebbe3f0d68aec4c7e4f16c Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Sep 23 12:50:24 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Sep 23 12:51:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4e5150 dev-haskell/haskeline: ppc64 stable wrt bug #534980 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc64" dev-haskell/haskeline/haskeline-0.7.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild b/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild index f45d0b4..c52302f 100644 --- a/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild +++ b/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" IUSE="legacy-encoding libiconv +terminfo" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]