summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-02 23:01:19 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-02 23:01:19 +0000
commita786534ae22c8f9a8e22d6775eca7ee482186747 (patch)
tree7259796d8cd117f7b82e9a573a271905d435c17d
parentamd64 stable, bug #502660 (diff)
downloadgentoo-2-a786534ae22c8f9a8e22d6775eca7ee482186747.tar.gz
gentoo-2-a786534ae22c8f9a8e22d6775eca7ee482186747.tar.bz2
gentoo-2-a786534ae22c8f9a8e22d6775eca7ee482186747.zip
amd64 stable, bug #502662
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-rw-r--r--dev-haskell/conduit/ChangeLog7
-rw-r--r--dev-haskell/conduit/conduit-1.0.9.3.ebuild6
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?]