Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/conduit/
Date: Sun, 04 Oct 2015 09:59:17
Message-Id: 1443952744.7fcfbe0dde89cb1be24f113b948e2f61220dcdfa.ago@gentoo
1 commit: 7fcfbe0dde89cb1be24f113b948e2f61220dcdfa
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 09:59:04 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 09:59:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcfbe0d
7
8 dev-haskell/conduit: amd64 stable wrt bug #550394
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="amd64"
12
13 dev-haskell/conduit/conduit-1.0.15.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-haskell/conduit/conduit-1.0.15.1.ebuild b/dev-haskell/conduit/conduit-1.0.15.1.ebuild
17 index 70cdb99..caf8ea8 100644
18 --- a/dev-haskell/conduit/conduit-1.0.15.1.ebuild
19 +++ b/dev-haskell/conduit/conduit-1.0.15.1.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0/${PV}"
24 -KEYWORDS="~amd64 x86"
25 +KEYWORDS="amd64 x86"
26 IUSE="nohandles"
27
28 RDEPEND=">=dev-haskell/lifted-base-0.1:=[profile?]