Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/conduit/
Date: Sun, 30 Aug 2015 19:58:49
Message-Id: 1440964569.94598fb9563e10aa5e9d6b590f8148ec3d580d51.slyfox@gentoo
1 commit: 94598fb9563e10aa5e9d6b590f8148ec3d580d51
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 19:56:09 2015 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 19:56:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94598fb9
7
8 dev-haskell/conduit: stable on x86, bug #554002
9
10 Package-Manager: portage-2.2.20
11
12 dev-haskell/conduit/conduit-1.1.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-haskell/conduit/conduit-1.1.6.ebuild b/dev-haskell/conduit/conduit-1.1.6.ebuild
16 index aae6016..5a24933 100644
17 --- a/dev-haskell/conduit/conduit-1.1.6.ebuild
18 +++ b/dev-haskell/conduit/conduit-1.1.6.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0/${PV}"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE=""
26
27 RDEPEND="dev-haskell/exceptions:=[profile?]