diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:00:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:00:43 +0000 |
commit | ecfd67373d49c94177397222b9cc209554c02e3b (patch) | |
tree | 6f4fb2e1cd4cba01d2c9cc3a725842d7c64d6ab7 /dev-haskell/conduit | |
parent | Stable for x86, wrt bug #502660 (diff) | |
download | gentoo-2-ecfd67373d49c94177397222b9cc209554c02e3b.tar.gz gentoo-2-ecfd67373d49c94177397222b9cc209554c02e3b.tar.bz2 gentoo-2-ecfd67373d49c94177397222b9cc209554c02e3b.zip |
Stable for x86, wrt bug #502662
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/conduit')
-rw-r--r-- | dev-haskell/conduit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/conduit/ChangeLog b/dev-haskell/conduit/ChangeLog index 9e4150b7e74a..662b76a96c83 100644 --- a/dev-haskell/conduit/ChangeLog +++ b/dev-haskell/conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/conduit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.8 2014/03/04 16:04:58 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.9 2014/03/04 20:00:43 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> conduit-1.0.9.3.ebuild: + Stable for x86, wrt bug #502662 *conduit-1.0.15.1 (04 Mar 2014) diff --git a/dev-haskell/conduit/conduit-1.0.9.3.ebuild b/dev-haskell/conduit/conduit-1.0.9.3.ebuild index 2e1ef1abefb6..6717213b80c3 100644 --- a/dev-haskell/conduit/conduit-1.0.9.3.ebuild +++ b/dev-haskell/conduit/conduit-1.0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.9.3.ebuild,v 1.2 2014/03/02 23:01:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.9.3.ebuild,v 1.3 2014/03/04 20:00:43 ago Exp $ EAPI=5 @@ -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?] |