diff options
author | 2015-07-05 14:41:52 +0000 | |
---|---|---|
committer | 2015-07-05 14:41:52 +0000 | |
commit | 154a646ada62de4e8117cce49a7f163ce91bb5cf (patch) | |
tree | 7e478aa8f03ef578db607d2d05cab23ad10ef12d /dev-haskell | |
parent | x86 stable wrt bug #550398 (diff) | |
download | gentoo-2-154a646ada62de4e8117cce49a7f163ce91bb5cf.tar.gz gentoo-2-154a646ada62de4e8117cce49a7f163ce91bb5cf.tar.bz2 gentoo-2-154a646ada62de4e8117cce49a7f163ce91bb5cf.zip |
x86 stable wrt bug #550394
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/conduit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.0.15.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/conduit/ChangeLog b/dev-haskell/conduit/ChangeLog index f4cbcc53947b..db5448688f7b 100644 --- a/dev-haskell/conduit/ChangeLog +++ b/dev-haskell/conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/conduit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.17 2015/06/06 10:44:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/ChangeLog,v 1.18 2015/07/05 14:41:52 zlogene Exp $ + + 05 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> conduit-1.0.15.1.ebuild: + x86 stable wrt bug #550394 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-haskell/conduit/conduit-1.0.15.1.ebuild b/dev-haskell/conduit/conduit-1.0.15.1.ebuild index 08550aade288..01bc04bf6420 100644 --- a/dev-haskell/conduit/conduit-1.0.15.1.ebuild +++ b/dev-haskell/conduit/conduit-1.0.15.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.0.15.1.ebuild,v 1.3 2015/07/05 14:41:52 zlogene 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?] |