diff options
Diffstat (limited to 'dev-haskell/conduit')
-rw-r--r-- | dev-haskell/conduit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.0.9.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/conduit/ChangeLog b/dev-haskell/conduit/ChangeLog index 4db56c962f0f..512d695642b4 100644 --- a/dev-haskell/conduit/ChangeLog +++ b/dev-haskell/conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/conduit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.6 2013/12/11 05:48:54 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.7 2014/03/02 23:01:19 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> conduit-1.0.9.3.ebuild: + amd64 stable, bug #502662 *conduit-1.0.9.3 (11 Dec 2013) diff --git a/dev-haskell/conduit/conduit-1.0.9.3.ebuild b/dev-haskell/conduit/conduit-1.0.9.3.ebuild index 6eb6c197c058..2e1ef1abefb6 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-2013 Gentoo Foundation +# 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.1 2013/12/11 05:48:54 gienah Exp $ +# $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 $ 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?] |